Information about plays

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

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

{
    "id": 347329,
    "uri": "https://api.kexp.org/v2/plays/347329/?format=api",
    "airdate": "2019-06-28T07:26:58-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "http://coverartarchive.org/release/e7a0df20-f94e-457d-94e6-c5d240617fe2/14390279056-250.jpg",
    "thumbnail_uri": "",
    "song": "I Exhale",
    "track_id": "c38b3d5e-f33e-4126-95e6-b4642cc81b3c",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Barbara Barbara, we face a shining future",
    "release_id": "e7a0df20-f94e-457d-94e6-c5d240617fe2",
    "release_group_id": null,
    "labels": [
        "Caroline International"
    ],
    "label_ids": [
        "c091ab76-140a-40fb-b6d1-e6c381cbc099"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Studs like tiny stars...\nYour shoes appear...\"  What did they say?:  https://genius.com/Underworld-i-exhale-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}