Information about plays

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

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

{
    "id": 3629639,
    "uri": "https://api.kexp.org/v2/plays/3629639/?format=api",
    "airdate": "2026-03-16T06:48:59-07:00",
    "show": 66196,
    "show_uri": "https://api.kexp.org/v2/shows/66196/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7c70c81-074a-4b05-9ad7-a4c8b05d34ef/32424795062-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7c70c81-074a-4b05-9ad7-a4c8b05d34ef/32424795062-250.jpg",
    "song": "Shame",
    "track_id": null,
    "recording_id": "66f093a8-e381-465c-af14-fabc8e80bdeb",
    "artist": "The Merseybeats",
    "artist_ids": [
        "43c4fe8f-84d8-4922-835f-ffeed8a1d7b4"
    ],
    "album": "I Think of You: The Complete Recordings",
    "release_id": null,
    "release_group_id": "77a1a441-731e-38a4-8de5-22735815e80f",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Shame\" (sometimes titled \"Shame, Shame, Shame\") is a song by the 1960s British beat group The Merseybeats. It was originally featured on their 1964 self-titled EP, The Merseybeats On Stage. \n.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}