Information about plays

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

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

{
    "id": 3621970,
    "uri": "https://api.kexp.org/v2/plays/3621970/?format=api",
    "airdate": "2026-02-25T04:29:55-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That'll Be the Day",
    "track_id": "5d47c09e-9df4-3c0d-8e0c-f99177611d33",
    "recording_id": "35d5b351-a979-421f-aa26-376a9c06f3b0",
    "artist": "The Crickets",
    "artist_ids": [
        "de9a19b3-531b-4df3-ae90-4763fe282946"
    ],
    "album": "The Definitive Collection",
    "release_id": "d5e252a9-694d-4e58-967d-694457988229",
    "release_group_id": "e86396d2-f225-3320-89a7-ccea471a75ce",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD 1957- Buddy Holly and The Crickets taped \"That'll Be The Day\" at their first session with producer Norman Petty at his studio in the eastern New Mexico town of Clovis. It would become Holly's biggest hit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}