Information about plays

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

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

{
    "id": 378571,
    "uri": "https://api.kexp.org/v2/plays/378571/?format=api",
    "airdate": "2019-09-09T03:13:21-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-250.jpg",
    "thumbnail_uri": "",
    "song": "Cranes in the Sky",
    "track_id": "90aeb963-88c6-412c-9d96-989381610bf1",
    "recording_id": null,
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "A Seat at the Table",
    "release_id": "3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb",
    "release_group_id": null,
    "labels": [
        "Saint Records"
    ],
    "label_ids": [
        "b1b1a18a-888a-4d3d-b13b-1b3c5e845bfc"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}