Information about plays

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

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

{
    "id": 3656489,
    "uri": "https://api.kexp.org/v2/plays/3656489/?format=api",
    "airdate": "2026-05-18T17:46:24-07:00",
    "show": 66753,
    "show_uri": "https://api.kexp.org/v2/shows/66753/?format=api",
    "image_uri": "https://ia801007.us.archive.org/28/items/mbid-5a0ed3d3-6403-485f-b440-5b6d53f7e580/mbid-5a0ed3d3-6403-485f-b440-5b6d53f7e580-45069371485_thumb500.jpg",
    "thumbnail_uri": "https://ia601007.us.archive.org/28/items/mbid-5a0ed3d3-6403-485f-b440-5b6d53f7e580/mbid-5a0ed3d3-6403-485f-b440-5b6d53f7e580-45069371485_thumb250.jpg",
    "song": "Game On",
    "track_id": "d29a509a-66c5-41b8-8b7d-3aa5b9e2cf62",
    "recording_id": "babc2d22-2ee7-43a4-9476-9e01b065df4f",
    "artist": "Little Simz feat. JT",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979",
        "222de19a-bf5b-458a-9279-d8489f187658"
    ],
    "album": "Sugar Girl",
    "release_id": "5a0ed3d3-6403-485f-b440-5b6d53f7e580",
    "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"
}