Information about plays

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

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

{
    "id": 3574516,
    "uri": "https://api.kexp.org/v2/plays/3574516/?format=api",
    "airdate": "2025-11-06T00:36:41-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/27743b3d-2ba9-461f-8775-663831bcef15/9628606653-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27743b3d-2ba9-461f-8775-663831bcef15/9628606653-250.jpg",
    "song": "(I'm) Stranded ('74 Garage Tape)",
    "track_id": null,
    "recording_id": "5b4f67d0-b9ad-4c27-90b0-4f15bc23d038",
    "artist": "Kid Galahad & The Eternals",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "Do the Pop! Redux Part One",
    "release_id": null,
    "release_group_id": "99514664-df94-4a43-b981-e6615b1b7f54",
    "labels": [
        "Savage Beat!"
    ],
    "label_ids": [
        "0d924cb3-941e-4427-b1ba-655b183656d8"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Saints, demo from 1974",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}