Information about plays

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

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

{
    "id": 3639696,
    "uri": "https://api.kexp.org/v2/plays/3639696/?format=api",
    "airdate": "2026-04-09T02:33:59-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a4aed67-0e9d-4af0-b1c5-c54e66cfbda6/11019968952-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a4aed67-0e9d-4af0-b1c5-c54e66cfbda6/11019968952-250.jpg",
    "song": "Doe Doe and a Skunk",
    "track_id": null,
    "recording_id": "06d9695f-0afc-4a34-a10b-aaf8c7629d6c",
    "artist": "Suga Free",
    "artist_ids": [
        "dba60855-62c2-4801-81cb-5450ac0ddbae"
    ],
    "album": "Street Gospel",
    "release_id": null,
    "release_group_id": "750a6475-45cc-3acd-b7a3-26beaa0013ff",
    "labels": [
        "Island Black Music"
    ],
    "label_ids": [
        "322fb095-cbdc-48a3-a9e9-bc516fef8679"
    ],
    "release_date": "1997-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}