Information about plays

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

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

{
    "id": 3638087,
    "uri": "https://api.kexp.org/v2/plays/3638087/?format=api",
    "airdate": "2026-04-05T07:28:27-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/388f5ff7-8c81-42c3-abb2-380748e65ee4/44397337388-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/388f5ff7-8c81-42c3-abb2-380748e65ee4/44397337388-250.jpg",
    "song": "Ambient Bandit",
    "track_id": null,
    "recording_id": "04cfc237-73c9-4841-9047-8dc5cec324dd",
    "artist": "Innis Chonnel & Loris S. Sarid",
    "artist_ids": [
        "b71475c1-d036-4d29-8df7-bbdd4e23ef61",
        "6f628ff8-718e-431e-a42b-5d93c4aa1793"
    ],
    "album": "Looking for Mount Sylvan",
    "release_id": null,
    "release_group_id": "22888fce-6a51-4b16-9414-ae2b538b9814",
    "labels": [
        "12th Isle"
    ],
    "label_ids": [
        "ecc8fe9d-6181-4dee-9f29-04de760bf5d1"
    ],
    "release_date": "2026-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the second collaborative album from Innis Chonnel & Loris S. Sarid ~ https://lorisssarid.bandcamp.com/album/looking-for-mount-sylvan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}