Information about plays

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

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

{
    "id": 3633451,
    "uri": "https://api.kexp.org/v2/plays/3633451/?format=api",
    "airdate": "2026-03-25T09:35:50-07:00",
    "show": 66275,
    "show_uri": "https://api.kexp.org/v2/shows/66275/?format=api",
    "image_uri": "https://coverartarchive.org/release/04e37b77-2621-4440-83d7-6fb4f6b80a00/41683847721-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/04e37b77-2621-4440-83d7-6fb4f6b80a00/41683847721-250.jpg",
    "song": "I Knew You Were Waiting (for Me)",
    "track_id": null,
    "recording_id": "c44dc5d0-7c4a-4629-8d1e-f5268a8f7bae",
    "artist": "Aretha Franklin with George Michael",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e",
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Aretha",
    "release_id": null,
    "release_group_id": "1d72a1f8-9b14-351e-8af2-8b20a1db04da",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1986-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was a number one hit in the United States and the United Kingdom. Billboard listed \"I Knew You Were Waiting (for Me)\" as Franklin's all-time biggest Hot 100 single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}