Information about plays

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

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

{
    "id": 343615,
    "uri": "https://api.kexp.org/v2/plays/343615/?format=api",
    "airdate": "2019-06-19T18:55:48-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Liza Jane",
    "track_id": "f09eafe1-1ca3-466c-92ee-247cd6802f89",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Dr. John's Gumbo",
    "release_id": "fcb3a2d5-cf9c-4671-b3e0-3924894382d1",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tonight in The Roadhouse playing the music of the inimitable Dr. John, his influences, his contemporaries, all the brilliance ; RIP Dr. John.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}