Information about plays

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

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

{
    "id": 3605295,
    "uri": "https://api.kexp.org/v2/plays/3605295/?format=api",
    "airdate": "2026-01-17T01:01:33-08:00",
    "show": 65670,
    "show_uri": "https://api.kexp.org/v2/shows/65670/?format=api",
    "image_uri": "https://coverartarchive.org/release/f40d1a5c-53ce-4d48-bdd0-796066714e85/17199309883-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f40d1a5c-53ce-4d48-bdd0-796066714e85/17199309883-250.jpg",
    "song": "Vigil",
    "track_id": null,
    "recording_id": "6e9667da-d0ad-48d7-8550-5c6de3ce57f1",
    "artist": "Attrition",
    "artist_ids": [
        "4ab82b62-184c-4d2e-bb7b-390a0e89dde7"
    ],
    "album": "Second Onslaught",
    "release_id": null,
    "release_group_id": "05306ba7-afb9-48ba-8f63-5a728c88e336",
    "labels": [
        "Two Gods"
    ],
    "label_ids": [
        "25aea72d-aea2-4af1-9c24-1d198c09dfc9"
    ],
    "release_date": "2016-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://attritionuk.bandcamp.com/album/second-onslaught-2025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}