Information about plays

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

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

{
    "id": 353549,
    "uri": "https://api.kexp.org/v2/plays/353549/?format=api",
    "airdate": "2019-07-12T17:12:47-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/75f5d72b-b93f-4b59-9047-2e5e44900fa9/3405865077-250.jpg",
    "thumbnail_uri": "",
    "song": "Dance This Mess Around",
    "track_id": "072889ce-d797-3623-8cad-848a2602702b",
    "recording_id": null,
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Nude on the Moon: The B‐52’s Anthology",
    "release_id": "75f5d72b-b93f-4b59-9047-2e5e44900fa9",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remember when you held my hand?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}