Information about plays

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

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

{
    "id": 3629119,
    "uri": "https://api.kexp.org/v2/plays/3629119/?format=api",
    "airdate": "2026-03-15T04:32:26-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-ce5dbb57-e493-4a00-83ff-943d1d30b007/mbid-ce5dbb57-e493-4a00-83ff-943d1d30b007-24946988386_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-ce5dbb57-e493-4a00-83ff-943d1d30b007/mbid-ce5dbb57-e493-4a00-83ff-943d1d30b007-24946988386_thumb250.jpg",
    "song": "Volatile",
    "track_id": "a77078dd-3847-3f41-aa0d-386752cbc775",
    "recording_id": "d891052e-7373-48b6-8ece-bb516b5f5322",
    "artist": "The Old Haunts",
    "artist_ids": [
        "ea93931f-16fe-4a55-8169-96c140228152"
    ],
    "album": "Poisonous Times",
    "release_id": "ec103337-ba53-356a-9be7-3b7087644663",
    "release_group_id": "33b24874-17f0-3a5f-ad20-e50d9489c424",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2008-04-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}