Information about plays

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

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

{
    "id": 3552706,
    "uri": "https://api.kexp.org/v2/plays/3552706/?format=api",
    "airdate": "2025-09-13T21:55:43-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/99a6cd6d-3c43-40b5-8f16-09ff0c35e9b3/41708847477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99a6cd6d-3c43-40b5-8f16-09ff0c35e9b3/41708847477-250.jpg",
    "song": "Fart in a Mosh Pit",
    "track_id": null,
    "recording_id": "d18a96a1-09d6-4879-9ba4-b70222cf8cf7",
    "artist": "Not All There",
    "artist_ids": [
        "ec03392a-48a8-4019-87b9-9c4a4a00ffc5"
    ],
    "album": "I Think It's Broken",
    "release_id": null,
    "release_group_id": "dc7cee27-ff99-4c55-8db1-adf198b7ea1f",
    "labels": [
        "Snatchee Records"
    ],
    "label_ids": [
        "01bb7406-8769-4981-9271-cedaae72ab16"
    ],
    "release_date": "2023-10-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in East Wenatchee, Washington in 1998, Not All There just released a new EP, The Duck on September 1st.\n\nhttps://werenotallthere.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}