Information about plays

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

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

{
    "id": 345456,
    "uri": "https://api.kexp.org/v2/plays/345456/?format=api",
    "airdate": "2019-06-24T06:58:57-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8305070-a8f0-4fe5-8c81-087fc47fbf13/12605930644-250.jpg",
    "thumbnail_uri": "",
    "song": "Gooey",
    "track_id": "9436179c-dd42-4160-8a4e-0330a9949d5d",
    "recording_id": null,
    "artist": "Glass Animals",
    "artist_ids": [
        "20395131-fbde-43ce-b141-b700cfdae99c"
    ],
    "album": "ZABA",
    "release_id": "a8305070-a8f0-4fe5-8c81-087fc47fbf13",
    "release_group_id": null,
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "2014-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: The vocals for \"Gooey\" were recorded while David Bayley was holding a pineapple named \"Sasha Fierce\". 🍍",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}