Information about plays

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

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

{
    "id": 376761,
    "uri": "https://api.kexp.org/v2/plays/376761/?format=api",
    "airdate": "2019-09-04T23:14:31-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/3df127f9-c9ed-40e7-83d0-34e7cfca2c0b/22610345161-250.jpg",
    "thumbnail_uri": "",
    "song": "Manifest",
    "track_id": "db4427ee-4b41-4412-a6c3-20089a00ddb0",
    "recording_id": null,
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "My Finest Work Yet",
    "release_id": "3df127f9-c9ed-40e7-83d0-34e7cfca2c0b",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Paramount on Saturday October 19th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}