Information about plays

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

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

{
    "id": 1294376,
    "uri": "https://api.kexp.org/v2/plays/1294376/?format=api",
    "airdate": "2007-10-23T18:38:38-07:00",
    "show": 22646,
    "show_uri": "https://api.kexp.org/v2/shows/22646/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under One Groove",
    "track_id": "63059aae-e010-46ad-a61b-e58ee5b333b4",
    "recording_id": null,
    "artist": "Mickey Hart, Zakir Hussain, Sikiru Adepoju, and Giovanni Hidalgo",
    "artist_ids": [
        "95970630-468c-42a8-b5f5-e1139b46a9e4"
    ],
    "album": "Global Drum Project",
    "release_id": "465f2ef6-841f-47fd-a511-5cf4320cd116",
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2007-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}