Information about plays

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

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

{
    "id": 3604460,
    "uri": "https://api.kexp.org/v2/plays/3604460/?format=api",
    "airdate": "2026-01-15T00:24:31-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "0e15b162-0624-3779-a99c-63ed9418530c",
    "recording_id": "90929d20-02ed-4408-8faa-fa87f83b87bf",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "4b002b0e-3d58-4fea-a980-4b0577b32508",
    "release_group_id": "d147f6f8-1ca1-3df0-acd9-3c81808f2822",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}