Information about plays

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

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

{
    "id": 3628021,
    "uri": "https://api.kexp.org/v2/plays/3628021/?format=api",
    "airdate": "2026-03-12T06:53:48-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8ece185-cc3b-4136-99d7-7e7d5cfe341b/1260321767-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8ece185-cc3b-4136-99d7-7e7d5cfe341b/1260321767-250.jpg",
    "song": "You Make My Dreams",
    "track_id": null,
    "recording_id": "199e17e5-0491-4826-a8bf-7e60bb3b3136",
    "artist": "Daryl Hall & John Oates",
    "artist_ids": [
        "debabff3-2559-46e5-862d-ef2a906d7010"
    ],
    "album": "Voices",
    "release_id": null,
    "release_group_id": "7e83f916-6e93-3ed0-8ef2-53860688e27b",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1980-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}