Information about plays

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

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

{
    "id": 3629200,
    "uri": "https://api.kexp.org/v2/plays/3629200/?format=api",
    "airdate": "2026-03-15T09:08:14-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://dn720602.ca.archive.org/0/items/mbid-d5a0ac50-a272-4e21-ae8c-5a6a90898fd2/mbid-d5a0ac50-a272-4e21-ae8c-5a6a90898fd2-44023215081_thumb500.jpg",
    "thumbnail_uri": "https://dn720602.ca.archive.org/0/items/mbid-d5a0ac50-a272-4e21-ae8c-5a6a90898fd2/mbid-d5a0ac50-a272-4e21-ae8c-5a6a90898fd2-44023215081_thumb250.jpg",
    "song": "Boys Don’t Cry",
    "track_id": "f0059377-703b-4dd4-9460-41f6d668be73",
    "recording_id": "0946f732-9191-4761-9db9-347b4f4a26a5",
    "artist": "Big Harp",
    "artist_ids": [
        "013e3c2c-9dab-4dd4-8342-5636447eec17"
    ],
    "album": "Boys Don’t Cry",
    "release_id": "d5a0ac50-a272-4e21-ae8c-5a6a90898fd2",
    "release_group_id": "fc1243dc-bfd3-409e-b419-9c0742371d14",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2025-12-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Husband and wife duo Chris Senseney and Stefanie Drootin-Senseney released this cover of The Cure song after 10-year hiatus. https://bigharp.bandcamp.com/track/boys-dont-cry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}