Information about plays

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

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

{
    "id": 375048,
    "uri": "https://api.kexp.org/v2/plays/375048/?format=api",
    "airdate": "2019-09-01T01:11:00-07:00",
    "show": 6243,
    "show_uri": "https://api.kexp.org/v2/shows/6243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "XX",
    "track_id": "3ee77a8b-3d19-4f19-9bd7-3aca317b0c25",
    "recording_id": null,
    "artist": "Negativa",
    "artist_ids": [
        "d5354591-05f7-45ed-8535-7f165b76f962"
    ],
    "album": "03",
    "release_id": "841a8a86-9620-43e2-8956-2f146ae341f2",
    "release_group_id": null,
    "labels": [
        "Sentient Ruin Laboratories"
    ],
    "label_ids": [],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "03 is still available on vinyl on the band's Facebook page; https://www.facebook.com/negativa0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}