Information about plays

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

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

{
    "id": 378091,
    "uri": "https://api.kexp.org/v2/plays/378091/?format=api",
    "airdate": "2019-09-07T21:40:10-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's the Rat",
    "track_id": "3f6835e4-760a-45cc-8ecd-4579e9826f41",
    "recording_id": null,
    "artist": "The Briefs",
    "artist_ids": [
        "491775f0-d167-4f86-9010-ad070c7617ad"
    ],
    "album": "Platinum Rats",
    "release_id": "864c22d5-bc02-4300-8fd7-8e2853b1700a",
    "release_group_id": null,
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}