Information about plays

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

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

{
    "id": 3629028,
    "uri": "https://api.kexp.org/v2/plays/3629028/?format=api",
    "airdate": "2026-03-14T23:17:50-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/b39fd3d1-3489-4a69-8b84-6ecd357c42e8/3352583558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b39fd3d1-3489-4a69-8b84-6ecd357c42e8/3352583558-250.jpg",
    "song": "Me and the Boys",
    "track_id": null,
    "recording_id": "48d48e64-8d44-45ac-b65f-047a417b44d8",
    "artist": "Randy",
    "artist_ids": [
        "19e3200a-3292-4926-9546-6419bcf67896"
    ],
    "album": "You Can’t Keep a Good Band Down",
    "release_id": null,
    "release_group_id": "549c2a4f-323f-33a1-b056-63994d6cfcd7",
    "labels": [
        "Burning Heart Records"
    ],
    "label_ids": [
        "cd84bba3-342f-4b3d-93cd-a2b2e79465fe"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Hortlax, Sweden in 1992.\n\nhttps://www.epitaph.com/artists/randy/bio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}