Information about plays

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

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

{
    "id": 3607758,
    "uri": "https://api.kexp.org/v2/plays/3607758/?format=api",
    "airdate": "2026-01-22T19:12:33-08:00",
    "show": 65726,
    "show_uri": "https://api.kexp.org/v2/shows/65726/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f3f2f4c-db0f-48f6-954d-479631e2f7b4/41858660561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2f3f2f4c-db0f-48f6-954d-479631e2f7b4/41858660561-250.jpg",
    "song": "Red in Tokyo",
    "track_id": null,
    "recording_id": "450c149f-2dc1-4b05-9a37-7b8c5a95dda6",
    "artist": "Ebi Soda feat. Jianbo",
    "artist_ids": [
        "89fdffe7-4545-4265-9ccc-e7b928e00d22",
        "6f65d53f-dc9b-4621-9b64-2599b51aaedc"
    ],
    "album": "Frank Dean and Andrew",
    "release_id": null,
    "release_group_id": "6aae877e-5dd5-45b8-a511-a8b47aa09b79",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ebi-soda.bandcamp.com/album/frank-dean-and-andrew",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}