Information about plays

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

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

{
    "id": 3630009,
    "uri": "https://api.kexp.org/v2/plays/3630009/?format=api",
    "airdate": "2026-03-17T03:42:44-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City of Symbols",
    "track_id": "9275d434-f93f-429f-bb86-a8ff71eef929",
    "recording_id": "97fc21ef-ce7a-449c-9280-b437713e8e67",
    "artist": "Alewya feat. eejebee",
    "artist_ids": [
        "485865e9-ff63-42f9-8f1c-10b55fa9c57b",
        "49b5386b-a606-41b1-90e8-d9e7983b6f1b"
    ],
    "album": "Zero",
    "release_id": "844108ae-e848-453e-8a78-a0fa6a80ab37",
    "release_group_id": "49478e11-6c69-4c1f-a519-a8e7c8621ac8",
    "labels": [
        "Because London Records"
    ],
    "label_ids": [
        "b9783599-f8a6-471a-8d61-05850f298bf0"
    ],
    "release_date": "2026-06-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album out in June!\n\nhttps://alewya.bandcamp.com/album/zero-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}