Information about plays

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

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

{
    "id": 3638828,
    "uri": "https://api.kexp.org/v2/plays/3638828/?format=api",
    "airdate": "2026-04-06T23:38:45-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/21733e91-d686-42c0-b891-e7d218487a93/38126792688-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21733e91-d686-42c0-b891-e7d218487a93/38126792688-250.jpg",
    "song": "So Much Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Tacoma Radar",
    "artist_ids": [
        "9f6c2657-8184-4c76-8d91-3c33dbc56d03"
    ],
    "album": "No One Waved Goodbye",
    "release_id": null,
    "release_group_id": "6d2aa788-4029-3390-8e3f-a5dc31b9d719",
    "labels": [
        "Numero"
    ],
    "label_ids": [],
    "release_date": "2004-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Is there also a Tacoma in Scotland?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}