Information about plays

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

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

{
    "id": 3600056,
    "uri": "https://api.kexp.org/v2/plays/3600056/?format=api",
    "airdate": "2026-01-04T08:05:41-08:00",
    "show": 65560,
    "show_uri": "https://api.kexp.org/v2/shows/65560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eternal Love",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cosmic Tones Research Trio",
    "artist_ids": [
        "303731ad-7418-40fa-95f2-cbdc2e72e15d"
    ],
    "album": "The Cosmic Tones Research Trio",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mississippi Records"
    ],
    "label_ids": [
        "a3fea8e6-cf78-4f9a-9a93-1f84332c10a2"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the amazing self-titled album from this Portland-based trio ~ https://mississippirecords.bandcamp.com/album/the-cosmic-tones-research-trio",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}