Information about plays

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

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

{
    "id": 3622001,
    "uri": "https://api.kexp.org/v2/plays/3622001/?format=api",
    "airdate": "2026-02-25T06:28:17-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "https://ia801503.us.archive.org/31/items/mbid-78d9f7f8-b83e-4b80-9db7-5ec086d24481/mbid-78d9f7f8-b83e-4b80-9db7-5ec086d24481-43371919388_thumb500.jpg",
    "thumbnail_uri": "https://ia601503.us.archive.org/31/items/mbid-78d9f7f8-b83e-4b80-9db7-5ec086d24481/mbid-78d9f7f8-b83e-4b80-9db7-5ec086d24481-43371919388_thumb250.jpg",
    "song": "Under the Moon",
    "track_id": "3d172767-282a-49e3-abca-2d82a8093382",
    "recording_id": "a4c33f4a-0cf5-4cbc-a0fd-78268e8ab35d",
    "artist": "Ari Lennox",
    "artist_ids": [
        "6fe9125b-bd80-4704-9084-56bc7e07e48f"
    ],
    "album": "Vacancy",
    "release_id": "78d9f7f8-b83e-4b80-9db7-5ec086d24481",
    "release_group_id": "0028799d-11b5-4fbe-b1cd-f14b0da5b264",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Ari Lennox!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}