Information about plays

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

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

{
    "id": 3636456,
    "uri": "https://api.kexp.org/v2/plays/3636456/?format=api",
    "airdate": "2026-04-01T13:36:26-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://coverartarchive.org/release/61bf3be7-1d70-48b2-9e40-5b8c83b219b4/36584837198-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61bf3be7-1d70-48b2-9e40-5b8c83b219b4/36584837198-250.jpg",
    "song": "Don’t You Care",
    "track_id": null,
    "recording_id": "0b20e2ce-b820-44dd-8611-b41cc635159e",
    "artist": "Alice Clark",
    "artist_ids": [
        "9b00d026-0b2f-40c5-a93e-e025cae38c44"
    ],
    "album": "Alice Clark",
    "release_id": null,
    "release_group_id": "817444db-8373-3171-a46f-b8f741c8fd42",
    "labels": [
        "Mainstream Records"
    ],
    "label_ids": [
        "32e1b749-523c-43ff-9532-2d074f9ea325"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Bobby Hebb, best known for his classic \"Sunny.\"\n--\nShe was called \"soul's best-kept secret,\" an extremely talented artist who had little commercial success.  Learn more about her here: https://souldisco.de/artist/souls-best-kept-secret/?srsltid=AfmBOor_rxaypQ-TrOriKWW3--disAkUBHqyzJgqZDzN7o7Wm5B7GudH",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}