Information about plays

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

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

{
    "id": 3632509,
    "uri": "https://api.kexp.org/v2/plays/3632509/?format=api",
    "airdate": "2026-03-22T21:20:48-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/c91236a2-ba67-4ad5-bf38-eb8cba7f3a01/38593296223-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c91236a2-ba67-4ad5-bf38-eb8cba7f3a01/38593296223-250.jpg",
    "song": "Creative Musicians (Waajeed Remix)",
    "track_id": null,
    "recording_id": "b0811e01-c111-416c-9126-42572388c383",
    "artist": "Jazzanova",
    "artist_ids": [
        "b5a6ea29-3065-4869-ac66-a44002e55d4d"
    ],
    "album": "Creative Musicians (Waajeed & Henrik Schwarz remixes)",
    "release_id": null,
    "release_group_id": "aa7626d1-4a9d-418e-bbad-719b42b551d7",
    "labels": [
        "180 Proof Records"
    ],
    "label_ids": [
        "86622867-e478-4e78-893b-0ddc74e7fd82"
    ],
    "release_date": "2022-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Waajeed also remixed this!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}