Information about plays

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

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

{
    "id": 3605696,
    "uri": "https://api.kexp.org/v2/plays/3605696/?format=api",
    "airdate": "2026-01-17T20:47:36-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Demon Juice",
    "track_id": null,
    "recording_id": "32af03b7-12f2-4e9d-99fc-839caa4ddda6",
    "artist": "Sweaty Nipples",
    "artist_ids": [
        "643b1a84-7d6b-46ff-ad2b-f9093964a39c"
    ],
    "album": "Bug Harvest",
    "release_id": null,
    "release_group_id": "6edfe5c5-60a9-4c3a-a77b-f6f5b4cf586c",
    "labels": [
        "Bullet Proof Records"
    ],
    "label_ids": [
        "30c7804b-2ed8-49be-88f9-981fdef9926d"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Classic punk from Portland!\n\nhttps://www.allmusic.com/artist/sweaty-nipples-mn0000037565#biography",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}