Information about plays

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

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

{
    "id": 346047,
    "uri": "https://api.kexp.org/v2/plays/346047/?format=api",
    "airdate": "2019-06-25T16:54:00-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "http://coverartarchive.org/release/a41fd82e-0bd6-4557-b31b-ca1cb469f106/9706553581-250.jpg",
    "thumbnail_uri": "",
    "song": "All I Know",
    "track_id": "caa7a405-2a58-3ad3-9165-855a37050d4e",
    "recording_id": null,
    "artist": "Screaming Trees",
    "artist_ids": [
        "bc5e6e42-73ba-44fa-a41e-3379402f0429"
    ],
    "album": "Dust",
    "release_id": "a41fd82e-0bd6-4557-b31b-ca1cb469f106",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1996-06-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Screaming Trees released their seventh and final studio album, Dust, on this day in 1996! The band toured behind Dust for nearly two years (with former Kyuss and future Queens of the Stone Age frontman Josh Homme serving as a touring guitarist), and afterwards went on an extended hiatus, eventually disbanding officially in 2000.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}