Information about plays

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

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

{
    "id": 3635069,
    "uri": "https://api.kexp.org/v2/plays/3635069/?format=api",
    "airdate": "2026-03-29T09:39:08-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/50edea03-8b14-4d4e-954d-e388d352f672/23558810601-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50edea03-8b14-4d4e-954d-e388d352f672/23558810601-250.jpg",
    "song": "Pray for Me Mama (I'm a Gypsy Now)",
    "track_id": null,
    "recording_id": "793b3941-3a77-4200-9c37-320ba562ae72",
    "artist": "Jason & the Scorchers",
    "artist_ids": [
        "ff168ff4-cc8e-43c6-bda6-44a232f15da8"
    ],
    "album": "Reckless Country Soul",
    "release_id": null,
    "release_group_id": "a88c4841-ff3f-3728-98b3-00c6335e2131",
    "labels": [
        "Praxis"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original version of Reckless Country Soul was a 4 song vinyl EP recorded in a living room in four hours in 1981 when the band were still known as Jason and the Nashville Scorchers.\nhttps://jasonandthescorchers.bandcamp.com/album/reckless-country-soul-expanded-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}