Information about plays

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

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

{
    "id": 376006,
    "uri": "https://api.kexp.org/v2/plays/376006/?format=api",
    "airdate": "2019-09-03T13:07:03-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Deal",
    "track_id": "6edbd627-3fd7-3a24-afe2-7561bb2bbd88",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "Crazy for You",
    "release_id": "cf4f1ada-0960-3eca-83dc-dcb2ac947bc9",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2010-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You may buy tickets to SEAchanger, featuring Best Coast and The Courtneys, and benefiting Seattle's unsheltered families here:  https://www.kexp.org/seachanger/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}