Information about plays

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

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

{
    "id": 2682028,
    "uri": "https://api.kexp.org/v2/plays/2682028/?format=api",
    "airdate": "2020-01-04T12:22:59-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e9efe21-1e69-495d-8aef-0d7dd64ba103/22376569795-250.jpg",
    "thumbnail_uri": "",
    "song": "How Did This Happen?!",
    "track_id": "47733fa3-7dd1-46cc-a5d9-15bab543dbcf",
    "recording_id": null,
    "artist": "Bodega",
    "artist_ids": [
        "8a08d77c-d796-4546-8143-abca7ff9b62e"
    ],
    "album": "Endless Scroll",
    "release_id": "3e9efe21-1e69-495d-8aef-0d7dd64ba103",
    "release_group_id": null,
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2018-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}