Information about plays

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

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

{
    "id": 353024,
    "uri": "https://api.kexp.org/v2/plays/353024/?format=api",
    "airdate": "2019-07-11T12:56:12-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/04381c64-91a4-44a8-9af1-d5b145f3ff29/15058749778-250.jpg",
    "thumbnail_uri": "",
    "song": "California Dreamer",
    "track_id": "f771c1bc-6a1e-3669-9dd1-df814f7dfa5b",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "At Mount Zoomer",
    "release_id": "04381c64-91a4-44a8-9af1-d5b145f3ff29",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-06-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Parade will be performing on August 2nd at Concerts at the Mural, presented by KEXP and Seattle Center! Follow this link for more information: https://www.kexp.org/events/catm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}