Information about plays

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

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

{
    "id": 376963,
    "uri": "https://api.kexp.org/v2/plays/376963/?format=api",
    "airdate": "2019-09-05T10:00:57-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/0a11b384-0ca2-45ea-b042-fc8233f758f7/21391460928-250.jpg",
    "thumbnail_uri": "",
    "song": "When I’m With You",
    "track_id": "13fc2161-f5e1-30bf-9970-45f254130e97",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "Crazy for You",
    "release_id": "0a11b384-0ca2-45ea-b042-fc8233f758f7",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2010-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buy your tickets to our SEAchanger benefit event with Best Coast and The Courtney's at Myrtle Edwards Park on Saturday, September 14th right here: https://bit.ly/2k0ReWv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}