Information about plays

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

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

{
    "id": 3606124,
    "uri": "https://api.kexp.org/v2/plays/3606124/?format=api",
    "airdate": "2026-01-18T19:47:31-08:00",
    "show": 65687,
    "show_uri": "https://api.kexp.org/v2/shows/65687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doing It to Death",
    "track_id": null,
    "recording_id": "2b34a137-4d49-44fe-8054-d2b2b4ae5267",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Papa’s Got a Brand New Bag",
    "release_id": null,
    "release_group_id": "9b5a5910-9bb0-4bbb-b40b-679f5005193a",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}