Information about plays

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

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

{
    "id": 3660477,
    "uri": "https://api.kexp.org/v2/plays/3660477/?format=api",
    "airdate": "2026-05-28T03:51:49-07:00",
    "show": 66833,
    "show_uri": "https://api.kexp.org/v2/shows/66833/?format=api",
    "image_uri": "https://coverartarchive.org/release/844108ae-e848-453e-8a78-a0fa6a80ab37/44681508385-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/844108ae-e848-453e-8a78-a0fa6a80ab37/44681508385-250.jpg",
    "song": "Selah",
    "track_id": null,
    "recording_id": "926f1c86-9fd5-44f1-b8b0-219438770bdf",
    "artist": "Alewya",
    "artist_ids": [
        "49b5386b-a606-41b1-90e8-d9e7983b6f1b"
    ],
    "album": "Zero",
    "release_id": null,
    "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 June 26!\n\nhttps://alewya.bandcamp.com/album/zero-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}