Information about plays

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

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

{
    "id": 376072,
    "uri": "https://api.kexp.org/v2/plays/376072/?format=api",
    "airdate": "2019-09-03T15:50:01-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Be Alone",
    "track_id": "7ecddc6b-89d3-48f3-8a87-7e08a4c11f28",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "I Want to Be Alone",
    "release_id": "b17510b1-9f58-46d4-a764-9899c64dc8b9",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chromatics still haven't spilled the beans about their forthcoming album - no title or release date yet - but they dropped this song a few weeks ago to tide us over!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}