Information about plays

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

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

{
    "id": 3501063,
    "uri": "https://api.kexp.org/v2/plays/3501063/?format=api",
    "airdate": "2025-05-14T00:40:48-07:00",
    "show": 63454,
    "show_uri": "https://api.kexp.org/v2/shows/63454/?format=api",
    "image_uri": "https://coverartarchive.org/release/84eb7d5f-ec07-4033-9262-d5c579060372/5775818167-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84eb7d5f-ec07-4033-9262-d5c579060372/5775818167-250.jpg",
    "song": "Dizzy Miss Lizzy",
    "track_id": null,
    "recording_id": "2ad460dc-0ec9-4baa-8203-00423e50b4e1",
    "artist": "Thee Milkshakes",
    "artist_ids": [
        "8be64576-b005-47cf-a2dc-cfbb067dd585"
    ],
    "album": "Stomping at the Klub Foot, Volume 3 & 4",
    "release_id": null,
    "release_group_id": "5ccb0519-9b0f-4639-9825-1bc3b141754b",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "4cd465f5-eed5-48e8-a89e-0198b75b71a2"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thee Milkshakes are English garage rock / beat / rock 'n' roll group formed in Kent, heard here covering a Larry Williams track.\n\nhttps://www.discogs.com/artist/255860-Thee-Milkshakes\nhttps://concord.com/artist/larry-williams/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}