Information about plays

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

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

{
    "id": 1292144,
    "uri": "https://api.kexp.org/v2/plays/1292144/?format=api",
    "airdate": "2007-10-17T22:53:26-07:00",
    "show": 22608,
    "show_uri": "https://api.kexp.org/v2/shows/22608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chaos Breeds 1",
    "track_id": "7a8c2d5a-621e-4970-aa70-5510bf8f4843",
    "recording_id": null,
    "artist": "Burnt Friedman",
    "artist_ids": [
        "2ddb1370-2a5c-48fb-957e-21e2f64cdea3"
    ],
    "album": "First Night Forever",
    "release_id": "7e72af33-be2c-4902-b601-e334d0620dca",
    "release_group_id": null,
    "labels": [
        "Nonplace"
    ],
    "label_ids": [
        "6285fcbd-2856-4889-93c7-5b71327a4a41"
    ],
    "release_date": "2007-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}