Information about plays

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

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

{
    "id": 345479,
    "uri": "https://api.kexp.org/v2/plays/345479/?format=api",
    "airdate": "2019-06-24T08:25:56-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/935e2886-2ad1-4e4f-819d-f1920b2c4265/21358027583-250.jpg",
    "thumbnail_uri": "",
    "song": "Tiny Cities Made of Ashes",
    "track_id": "ea897256-f91d-344e-add8-4e7b083f9020",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Moon & Antarctica",
    "release_id": "935e2886-2ad1-4e4f-819d-f1920b2c4265",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-03-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The album's title is taken from the opening scene of the 1982 film Blade Runner, where the main character reads a newspaper headlined \"Farming the Oceans, the Moon and Antarctica.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}