Information about plays

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

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

{
    "id": 3341087,
    "uri": "https://api.kexp.org/v2/plays/3341087/?format=api",
    "airdate": "2024-04-28T10:52:31-07:00",
    "show": 60069,
    "show_uri": "https://api.kexp.org/v2/shows/60069/?format=api",
    "image_uri": "https://coverartarchive.org/release/513f848d-6c67-4785-89e9-2b87c72b3226/37006697543-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/513f848d-6c67-4785-89e9-2b87c72b3226/37006697543-250.jpg",
    "song": "Painting a Wall",
    "track_id": null,
    "recording_id": "7e8a8b91-4db8-4169-ae4e-a0c3884dc5f5",
    "artist": "Michael Nau",
    "artist_ids": [
        "567f3771-1b6b-4f43-b0c0-69e128e5789a"
    ],
    "album": "Accompany",
    "release_id": null,
    "release_group_id": "70838aa9-e403-4651-995c-eef6958fcfd5",
    "labels": [
        "Karma Chief Records"
    ],
    "label_ids": [
        "b2d60533-fdcd-48b1-ad9e-db482053ac35"
    ],
    "release_date": "2023-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album came out of Nau writing some songs ahead of the recording sessions and then not talking much just playing with the band in the room in Richmond, VA.\nhttps://michaelnau.bandcamp.com/album/accompany",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}