Information about plays

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

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

{
    "id": 3580555,
    "uri": "https://api.kexp.org/v2/plays/3580555/?format=api",
    "airdate": "2025-11-20T07:10:04-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "https://ia601304.us.archive.org/8/items/mbid-c85ae277-aba4-3634-8adc-08583a536b6d/mbid-c85ae277-aba4-3634-8adc-08583a536b6d-13428684382_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/8/items/mbid-c85ae277-aba4-3634-8adc-08583a536b6d/mbid-c85ae277-aba4-3634-8adc-08583a536b6d-13428684382_thumb250.jpg",
    "song": "Drive That Fast",
    "track_id": "4d74dede-a458-30a2-ab1c-511a62c5457e",
    "recording_id": "c7a20b02-aa50-4a23-b55e-a172386ec541",
    "artist": "Kitchens of Distinction",
    "artist_ids": [
        "edffc348-5d61-4782-ac0b-8cb698810fbe"
    ],
    "album": "Strange Free World",
    "release_id": "c85ae277-aba4-3634-8adc-08583a536b6d",
    "release_group_id": "278a7d7b-8c72-31dd-8626-347188371ab3",
    "labels": [
        "A&M Records",
        "One Little Indian Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c",
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the English alternative rock band's second album.\n\nRegarding \"Strange Free World,\" the group's \"allusive, complex lyrics were ground-breaking – vocalist Patrick Fitzgerald sang about life as an unreconciled gay man in a way that was far from in-keeping with the then-trends for gay pop.\"\nhttps://kitchens-of-distinction.bandcamp.com/album/strange-free-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}