Information about plays

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

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

{
    "id": 1294764,
    "uri": "https://api.kexp.org/v2/plays/1294764/?format=api",
    "airdate": "2007-10-24T18:47:46-07:00",
    "show": 22652,
    "show_uri": "https://api.kexp.org/v2/shows/22652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Daddy Walked In Darkness",
    "track_id": null,
    "recording_id": null,
    "artist": "Gil Bateman",
    "artist_ids": [
        "641a34e0-0dfd-4a08-ab46-106eed2b15ea"
    ],
    "album": "VA- Northwest Battle Of The Bands Vol. 2: Big Beat",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}