Information about plays

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

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

{
    "id": 349406,
    "uri": "https://api.kexp.org/v2/plays/349406/?format=api",
    "airdate": "2019-07-03T03:37:14-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "http://coverartarchive.org/release/6adcaad4-53c9-4d7f-9be5-085673fdbcaf/22935886904-250.jpg",
    "thumbnail_uri": "",
    "song": "Spring Snow",
    "track_id": "5d394da6-fac7-41ed-aeb6-3e5426e654b4",
    "recording_id": null,
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Father of the Bride",
    "release_id": "6adcaad4-53c9-4d7f-9be5-085673fdbcaf",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve Martin and Martin Short light up the screen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}