Information about plays

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

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

{
    "id": 344730,
    "uri": "https://api.kexp.org/v2/plays/344730/?format=api",
    "airdate": "2019-06-22T13:24:53-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b815600-2df8-43e4-b015-f19464708495/9207971400-250.jpg",
    "thumbnail_uri": "",
    "song": "Guess Again!",
    "track_id": "92345d22-0b67-45ac-96ba-972a0157fb2c",
    "recording_id": null,
    "artist": "Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "Tomorrow’s Modern Boxes",
    "release_id": "0b815600-2df8-43e4-b015-f19464708495",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get ready! Thom Yorke will be performing their sold out show in October at The Paramount Theatre in Seattle. Also, catch the netflix teaser of \"Anima\", a short musical film directed by Paul Thomas Anderson with scores from Thom Yorke of Radiohead.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}