Information about plays

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

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

{
    "id": 3570218,
    "uri": "https://api.kexp.org/v2/plays/3570218/?format=api",
    "airdate": "2025-10-26T12:05:49-07:00",
    "show": 64940,
    "show_uri": "https://api.kexp.org/v2/shows/64940/?format=api",
    "image_uri": "https://ia800106.us.archive.org/35/items/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf-19143097871_thumb500.jpg",
    "thumbnail_uri": "https://ia600106.us.archive.org/35/items/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf/mbid-7811994c-4d53-412c-aab6-3c7f4ff93fbf-19143097871_thumb250.jpg",
    "song": "Dracula's Wedding",
    "track_id": "4c0b9e12-5621-46e8-a831-089842fdff6e",
    "recording_id": "ec8f3fe7-bad5-4111-8283-1dc79fa6f904",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Speakerboxxx / The Love Below (Clean)",
    "release_id": "7811994c-4d53-412c-aab6-3c7f4ff93fbf",
    "release_group_id": "939eccdb-dae4-4022-bb0e-810fe1700423",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official video/lyric video for \"Dracula's Wedding\" here:\nhttps://www.youtube.com/watch?v=ZIFuxVM3wPk\n\nhttps://outkast.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}