Information about plays

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

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

{
    "id": 3626582,
    "uri": "https://api.kexp.org/v2/plays/3626582/?format=api",
    "airdate": "2026-03-07T23:15:06-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "https://coverartarchive.org/release/2075a882-628b-42b4-b06c-bdf1407c940a/39957304867-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2075a882-628b-42b4-b06c-bdf1407c940a/39957304867-250.jpg",
    "song": "A Bouffant-Off",
    "track_id": null,
    "recording_id": "b35f6c05-3673-4d56-be44-72fc6680c36b",
    "artist": "Clickbait",
    "artist_ids": [
        "55b2aa3c-6e35-4745-a5fd-fcd44fb9580d"
    ],
    "album": "At Your Leisure",
    "release_id": null,
    "release_group_id": "3c093aaa-80c5-4155-8b59-4507e4a4094a",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from Chicago's Clickbait.\n\nhttps://clickbaitspam.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}