Information about plays

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

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

{
    "id": 3602883,
    "uri": "https://api.kexp.org/v2/plays/3602883/?format=api",
    "airdate": "2026-01-11T01:49:49-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "https://coverartarchive.org/release/23359f1b-2bac-3c0c-a8be-e095c2a30a47/7123542987-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23359f1b-2bac-3c0c-a8be-e095c2a30a47/7123542987-250.jpg",
    "song": "The Third War",
    "track_id": null,
    "recording_id": "60c33d49-ddd9-4571-90af-8ee5ef30c3fd",
    "artist": "Sanctuary",
    "artist_ids": [
        "cd783c5c-4035-4bd3-92d3-4dfa3dd51483"
    ],
    "album": "Refuge Denied",
    "release_id": null,
    "release_group_id": "d1bfbfff-dd9f-32bc-ba08-224d20430af6",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle legends!\n\nhttps://www.facebook.com/sanctuaryfans",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}