Information about plays

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

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

{
    "id": 2682251,
    "uri": "https://api.kexp.org/v2/plays/2682251/?format=api",
    "airdate": "2020-01-04T23:46:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War",
    "track_id": "b0589d5d-4e6f-3478-984d-ad6a973e2b62",
    "recording_id": null,
    "artist": "Death With a Dagger",
    "artist_ids": [],
    "album": "Death With a Dagger / Kylmä Sota",
    "release_id": "0388561a-ee72-474e-a0d8-e7ab54ac2924",
    "release_group_id": null,
    "labels": [
        "Fight Records"
    ],
    "label_ids": [
        "0814d6ec-c081-4757-bb2c-cd327e47371b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}