Information about plays

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

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

{
    "id": 2682581,
    "uri": "https://api.kexp.org/v2/plays/2682581/?format=api",
    "airdate": "2020-01-05T19:25:00-08:00",
    "show": 46302,
    "show_uri": "https://api.kexp.org/v2/shows/46302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moody's Mood",
    "track_id": "9f4f7902-437b-4217-af58-216a87cf1cf2",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Hey Now Hey (The Other Side Of The Sky)",
    "release_id": "b83ad9a2-bd7c-4470-9008-f7a5c8e182c4",
    "release_group_id": null,
    "labels": [
        "Rhino Records, Inc."
    ],
    "label_ids": [
        "709dc370-dfae-43d8-98bc-d8f9f5a5c76e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}