Information about plays

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

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

{
    "id": 2683104,
    "uri": "https://api.kexp.org/v2/plays/2683104/?format=api",
    "airdate": "2020-01-07T04:07:26-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0ce1c97-728d-379e-b3e1-2a4a1f6417b1/15135704076-250.jpg",
    "thumbnail_uri": "",
    "song": "Hunger Strike",
    "track_id": "836e68db-68c0-365c-83be-2e8394610829",
    "recording_id": null,
    "artist": "Temple of the Dog",
    "artist_ids": [
        "e9571c17-817f-4d34-ae3f-0c7a96f822c1"
    ],
    "album": "Temple of the Dog",
    "release_id": "b0ce1c97-728d-379e-b3e1-2a4a1f6417b1",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-04-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music video for \"Hunger Strike\": https://www.youtube.com/watch?v=VUb450Alpps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}