Information about plays

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

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

{
    "id": 3604620,
    "uri": "https://api.kexp.org/v2/plays/3604620/?format=api",
    "airdate": "2026-01-15T09:11:19-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caribou",
    "track_id": "06ed28c0-fcb9-411a-bee2-48bc9e68e5cc",
    "recording_id": "f171bc77-3a44-4cef-ba2e-ded91b9b83ee",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Come On Pilgrim",
    "release_id": "7d395add-fb9d-425a-b0a3-7fcc16e2df0a",
    "release_group_id": "2a251d31-9958-35f1-b2b1-a64d5541715d",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first song from Pixies' eight-song debut, released on September 28th, 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}