Information about plays

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

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

{
    "id": 532984,
    "uri": "https://api.kexp.org/v2/plays/532984/?format=api",
    "airdate": "2002-03-30T18:51:00-08:00",
    "show": 9229,
    "show_uri": "https://api.kexp.org/v2/shows/9229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "44 Down",
    "track_id": "14bef523-0875-4fea-95d1-6601236bcc78",
    "recording_id": null,
    "artist": "The High Violets",
    "artist_ids": [
        "45576ad4-2c90-4a87-b82d-56cac95273aa"
    ],
    "album": "44 Down",
    "release_id": "eead543b-60c0-4e77-8cc9-3c5587dbdb4e",
    "release_group_id": null,
    "labels": [
        "Reverb Records"
    ],
    "label_ids": [
        "7798cb5d-4af5-466f-b84f-12be43876696"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}