Information about plays

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

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

{
    "id": 431097,
    "uri": "https://api.kexp.org/v2/plays/431097/?format=api",
    "airdate": "2001-06-04T03:10:00-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Interference",
    "track_id": "99c5e432-430a-4214-9540-242348890858",
    "recording_id": null,
    "artist": "Disco Inferno",
    "artist_ids": [
        "a9301bf4-cd9d-41e6-86f1-20463a9d1292"
    ],
    "album": "In Debt",
    "release_id": "adc7b2ea-4470-4ffe-acfb-29edda63368e",
    "release_group_id": null,
    "labels": [
        "Carrot Top Records"
    ],
    "label_ids": [
        "7955223d-939e-463b-af59-f6c653ce4787"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}