Information about plays

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

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

{
    "id": 3630059,
    "uri": "https://api.kexp.org/v2/plays/3630059/?format=api",
    "airdate": "2026-03-17T05:56:00-07:00",
    "show": 66204,
    "show_uri": "https://api.kexp.org/v2/shows/66204/?format=api",
    "image_uri": "https://dn720306.ca.archive.org/0/items/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7-3439120935_thumb500.jpg",
    "thumbnail_uri": "https://dn720306.ca.archive.org/0/items/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7/mbid-83a9039a-8c6b-42fa-836e-a57c179e5fb7-3439120935_thumb250.jpg",
    "song": "Dirty Old Town",
    "track_id": "06a14ab5-ce5c-3b3a-9f5c-8c7cb483bba0",
    "recording_id": "5ae0be35-7f26-4eae-89ac-74498873451c",
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Rum Sodomy & the Lash",
    "release_id": "83a9039a-8c6b-42fa-836e-a57c179e5fb7",
    "release_group_id": "ba1f6641-9085-36a0-8962-65ad6e48afd1",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1989-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pogues released their definitive version of \"Dirty Old Town\" in 1985 on the Elvis Costello-produced album Rum Sodomy & the Lash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}