Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/428009/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 428009,
    "uri": "https://api.kexp.org/v2/plays/428009/?format=api",
    "airdate": "2001-05-25T14:10:35-07:00",
    "show": 7188,
    "show_uri": "https://api.kexp.org/v2/shows/7188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C'est Plane Pour Moi",
    "track_id": null,
    "recording_id": null,
    "artist": "Plastic Bertrand",
    "artist_ids": [
        "39cf1c51-8e6a-4d7a-a1f5-9ea212e66699"
    ],
    "album": "Just Say Yesterday compilation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}