Information about plays

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

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

{
    "id": 3600397,
    "uri": "https://api.kexp.org/v2/plays/3600397/?format=api",
    "airdate": "2026-01-05T01:16:47-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "https://ia600102.us.archive.org/30/items/mbid-53dfa9ca-916e-482d-a430-154baec36904/mbid-53dfa9ca-916e-482d-a430-154baec36904-16489335796_thumb500.jpg",
    "thumbnail_uri": "https://ia600102.us.archive.org/30/items/mbid-53dfa9ca-916e-482d-a430-154baec36904/mbid-53dfa9ca-916e-482d-a430-154baec36904-16489335796_thumb250.jpg",
    "song": "I'll Be Glad When You're Dead, You Rascal You",
    "track_id": "60f5b8da-d00b-43b2-b6b1-8b8cc908ee82",
    "recording_id": "7d2730b5-4e85-4c45-a6d3-a53fb23195ad",
    "artist": "Louis Armstrong",
    "artist_ids": [
        "eea8a864-fcda-4602-9569-38ab446decd6"
    ],
    "album": "Louis Armstrong Collection, Volume 7: You're Driving Me Crazy",
    "release_id": "53dfa9ca-916e-482d-a430-154baec36904",
    "release_group_id": "85dff83e-470d-4b0d-afb6-b951b111b988",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}