Information about plays

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

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

{
    "id": 3633794,
    "uri": "https://api.kexp.org/v2/plays/3633794/?format=api",
    "airdate": "2026-03-26T07:18:05-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2d67952-2461-4ce4-82ae-7a545952d96e/29250216446-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2d67952-2461-4ce4-82ae-7a545952d96e/29250216446-250.jpg",
    "song": "Dream On",
    "track_id": null,
    "recording_id": "d1b670ee-9ac1-4383-91e8-78b78965d375",
    "artist": "Aerosmith",
    "artist_ids": [
        "3d2b98e5-556f-4451-a3ff-c50ea18d57cb"
    ],
    "album": "Aerosmith",
    "release_id": null,
    "release_group_id": "8a58cc1a-be0d-3b1b-8d0d-aa8f467a59da",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aerosmith featuring only members of Aerosmith. Produced by Adrian Barber who...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}