Information about plays

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

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

{
    "id": 3579763,
    "uri": "https://api.kexp.org/v2/plays/3579763/?format=api",
    "airdate": "2025-11-18T08:22:00-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carl Jung",
    "track_id": "d026bbd9-8a10-41fd-9e45-3382bd50abcf",
    "recording_id": "26b2a6e9-3da5-4612-9637-1022c10f3479",
    "artist": "The Drop",
    "artist_ids": [
        "393dad03-db50-4746-b00d-7abb68ffa3cb"
    ],
    "album": "The New Horror Guidelines",
    "release_id": "6d3936f5-6a00-4dd5-8400-2778b1849175",
    "release_group_id": "6268ed17-2748-4b9c-8a63-9a62563b3be8",
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "release_date": "2000-05-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of the many artists championed by the Loveless Records crew. All it took was a lot of beer and Micheal Hukin's tenacity to uplift so many folks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}