Information about plays

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

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

{
    "id": 2682242,
    "uri": "https://api.kexp.org/v2/plays/2682242/?format=api",
    "airdate": "2020-01-04T23:35:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Die at War",
    "track_id": "1c3d30ae-dc86-350e-bb5a-084ae17899d3",
    "recording_id": null,
    "artist": "Antidote",
    "artist_ids": [
        "efa74e2f-21aa-4c22-88f2-8d517ce21064"
    ],
    "album": "Thou Shalt Not Kill",
    "release_id": "645dbb99-8489-4a75-b283-e4eb2e5dc481",
    "release_group_id": null,
    "labels": [
        "Antidote Records"
    ],
    "label_ids": [
        "d9b86d41-31dc-4862-80b5-38b60dcee6e8"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}