Information about plays

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

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

{
    "id": 346898,
    "uri": "https://api.kexp.org/v2/plays/346898/?format=api",
    "airdate": "2019-06-27T09:03:28-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/109a9168-287a-4dfe-acaf-3eb680a23a8d/21057667551-250.jpg",
    "thumbnail_uri": "",
    "song": "Battle Lines",
    "track_id": "bc264438-8184-4942-935e-1a1918073068",
    "recording_id": null,
    "artist": "Bob Moses",
    "artist_ids": [
        "7ce3d484-d681-437c-8d33-913261d0ad51"
    ],
    "album": "Battle Lines",
    "release_id": "109a9168-287a-4dfe-acaf-3eb680a23a8d",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Moses is actually made up of two guys named Jimmy Vallance and Tom Howie. They'll be here for Bumbershoot on Labor Day weekend! Find schedule and tickets here: https://bumbershoot.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}