Information about plays

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

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

{
    "id": 3575953,
    "uri": "https://api.kexp.org/v2/plays/3575953/?format=api",
    "airdate": "2025-11-09T09:30:31-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Time Comin'",
    "track_id": null,
    "recording_id": "f7385731-f87c-4e18-9500-0f49e051b94b",
    "artist": "Los Colognes",
    "artist_ids": [
        "211e4ef0-6520-49d3-8184-15f3f6c84780"
    ],
    "album": "Working Together",
    "release_id": null,
    "release_group_id": "92123f3c-1c2a-4a9a-8212-011be761eba7",
    "labels": [
        "Electric Western Records"
    ],
    "label_ids": [
        "5b909d97-fc30-4620-af30-3aa494ff95c1"
    ],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nashville trio. Watch them on KEXP in 2013:\nhttp://youtube.com/watch?v=fFuf2anNmh4 \nhttps://loscolognes.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}