Information about plays

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

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

{
    "id": 3638314,
    "uri": "https://api.kexp.org/v2/plays/3638314/?format=api",
    "airdate": "2026-04-05T19:32:10-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8080e95-c0af-487a-8cae-207348012e43/16099386267-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8080e95-c0af-487a-8cae-207348012e43/16099386267-250.jpg",
    "song": "I Wouldn’t Change a Thing",
    "track_id": null,
    "recording_id": "f054468a-f31c-421b-8065-66f21af4ad81",
    "artist": "Coke Escovedo",
    "artist_ids": [
        "0bfe3534-7153-409f-a87d-b734cb853f25"
    ],
    "album": "Comin’ at Ya!",
    "release_id": null,
    "release_group_id": "24388d8e-c20d-38c8-abff-ffb23734e82e",
    "labels": [
        "Mercury"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled in over 100 songs, \"I Wouldn’t Change a Thing\" was released by Coke Escovedo on the album Comin' at Ya! in 1976.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}