Information about plays

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

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

{
    "id": 3568651,
    "uri": "https://api.kexp.org/v2/plays/3568651/?format=api",
    "airdate": "2025-10-22T20:43:46-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://ia801902.us.archive.org/11/items/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951-26386546272_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/11/items/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951-26386546272_thumb250.jpg",
    "song": "R&B",
    "track_id": "3aca4013-94de-4540-833e-0442b76aeb74",
    "recording_id": "7892dd4e-a951-4ae0-b37f-477c416aa662",
    "artist": "Holy Wave",
    "artist_ids": [
        "715b9af4-36c8-4ae7-bc7a-b1ff147fc110"
    ],
    "album": "Interloper",
    "release_id": "dfc9552d-eca1-4e96-a3d4-e8aaa0083951",
    "release_group_id": "2898d610-03af-4992-9f0c-e0852fa87a0b",
    "labels": [
        "The Reverberation Appreciation Society"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648"
    ],
    "release_date": "2020-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Holy Wave - Interloper (Official Video) - https://www.youtube.com/watch?v=n6HeoEte558",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}