Information about plays

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

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

{
    "id": 3633673,
    "uri": "https://api.kexp.org/v2/plays/3633673/?format=api",
    "airdate": "2026-03-25T23:42:48-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/604c8fc8-d9cd-4f1a-a223-f4b3b4d302b8/21684533808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/604c8fc8-d9cd-4f1a-a223-f4b3b4d302b8/21684533808-250.jpg",
    "song": "Mean Ol’ World",
    "track_id": null,
    "recording_id": "88ed6e31-db92-43a9-a3f3-ae8eb49d09c5",
    "artist": "Robert Palmer",
    "artist_ids": [
        "96b1d906-0fda-406d-beb6-19c6758998df"
    ],
    "album": "Secrets",
    "release_id": null,
    "release_group_id": "91dfed93-aa99-3016-9593-b9291de159f3",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded and mixed at Compass Point Studios, New Providence, Bahamas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}