Information about plays

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

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

{
    "id": 3610182,
    "uri": "https://api.kexp.org/v2/plays/3610182/?format=api",
    "airdate": "2026-01-28T11:33:34-08:00",
    "show": 65777,
    "show_uri": "https://api.kexp.org/v2/shows/65777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deceptacon",
    "track_id": "2ffafe33-1eab-4a98-bc12-6cf29f2af890",
    "recording_id": "5f1a9266-2fd9-4d28-a5f5-900ae8f8a9bf",
    "artist": "SPRINTS",
    "artist_ids": [
        "256e0b36-88cb-453a-9ce4-7b73cb6b882f"
    ],
    "album": "Deceptacon",
    "release_id": "351420d9-6455-47d8-942a-db84e91815c7",
    "release_group_id": "8290f5ee-4650-43a8-af0d-6d8b21133c89",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A brand new Le Tigre cover from Irish band SPRINTS!\n\nThe band performed Live on KEXP in 2024. Check out the video here: https://www.youtube.com/watch?v=6FtN3HV1voM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}