Information about plays

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

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

{
    "id": 1257880,
    "uri": "https://api.kexp.org/v2/plays/1257880/?format=api",
    "airdate": "2007-07-22T22:12:00-07:00",
    "show": 22029,
    "show_uri": "https://api.kexp.org/v2/shows/22029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Control I'm Here",
    "track_id": "e9d5036d-69b4-4df8-9574-9eee9ab59450",
    "recording_id": null,
    "artist": "Nitzer Ebb",
    "artist_ids": [
        "d260c14e-2ef1-4d3d-8739-70d517efac8a"
    ],
    "album": "Razormaid! \"a-2\"",
    "release_id": "d8ee1484-a2b9-46f8-aced-c6820f49ca02",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}