Information about plays

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

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

{
    "id": 3657511,
    "uri": "https://api.kexp.org/v2/plays/3657511/?format=api",
    "airdate": "2026-05-21T04:07:53-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d015e9d-5eb3-4e89-97fe-aad7d26b4cda/45063616255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d015e9d-5eb3-4e89-97fe-aad7d26b4cda/45063616255-250.jpg",
    "song": "That’s a No No",
    "track_id": null,
    "recording_id": "24fd9be9-94c7-4d0d-b2a8-91b3a8a12a7c",
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "Sugar Girl",
    "release_id": null,
    "release_group_id": "a5e61ac1-a1c4-4202-b8cf-53c039b18c1c",
    "labels": [
        "AWAL Recordings"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068"
    ],
    "release_date": "2026-05-08",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}