Information about plays

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

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

{
    "id": 1256922,
    "uri": "https://api.kexp.org/v2/plays/1256922/?format=api",
    "airdate": "2007-07-20T10:31:56-07:00",
    "show": 22011,
    "show_uri": "https://api.kexp.org/v2/shows/22011/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing on Our Graves",
    "track_id": "b68fbaf0-505d-4ae0-a8d5-7e68742d5c86",
    "recording_id": null,
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "The Cave Singers",
    "release_id": "c77a8344-3473-4758-83de-8dfb9816702b",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}