Information about plays

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

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

{
    "id": 3629248,
    "uri": "https://api.kexp.org/v2/plays/3629248/?format=api",
    "airdate": "2026-03-15T11:30:44-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-a737c1d4-326d-4fa2-9e24-8ad53fb5a1b8/mbid-a737c1d4-326d-4fa2-9e24-8ad53fb5a1b8-2365363204_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-a737c1d4-326d-4fa2-9e24-8ad53fb5a1b8/mbid-a737c1d4-326d-4fa2-9e24-8ad53fb5a1b8-2365363204_thumb250.jpg",
    "song": "We’ve Gotta Get Out of This Place",
    "track_id": "c93dfd78-6c20-379f-816f-e7a5a183c370",
    "recording_id": "6120cd11-ad30-4d56-b8d3-9683f747fc50",
    "artist": "The Animals",
    "artist_ids": [
        "4d8afa16-4018-4ca8-8b5e-ede8f9314562"
    ],
    "album": "We’ve Gotta Get Out of This Place / I Can’t Believe It",
    "release_id": "a737c1d4-326d-4fa2-9e24-8ad53fb5a1b8",
    "release_group_id": "526b2d88-2996-3cb7-9095-72efe8a48a5f",
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "1965-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by American songwriters Barry Mann and Cynthia Weil, it is considered the start of the British Invasion in 1965 when it was released by The Animals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}