Information about plays

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

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

{
    "id": 3561367,
    "uri": "https://api.kexp.org/v2/plays/3561367/?format=api",
    "airdate": "2025-10-04T20:41:34-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia903206.us.archive.org/18/items/mbid-22c36551-c20f-4936-8ff9-5a052841cd85/mbid-22c36551-c20f-4936-8ff9-5a052841cd85-26691504348_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-22c36551-c20f-4936-8ff9-5a052841cd85/mbid-22c36551-c20f-4936-8ff9-5a052841cd85-26691504348_thumb250.jpg",
    "song": "Julie Francavilla",
    "track_id": "746e5140-7a71-3dfe-b5d7-d5a01590fa3e",
    "recording_id": "bebe8522-49b3-4469-a192-2704cc8abe12",
    "artist": "Flop",
    "artist_ids": [
        "57ca4472-9fc1-46ad-99a0-91384c411d05"
    ],
    "album": "Whenever You're Ready",
    "release_id": "22c36551-c20f-4936-8ff9-5a052841cd85",
    "release_group_id": "bf17eeac-a348-36a6-81e3-c5d5912afa9e",
    "labels": [
        "550 Music"
    ],
    "label_ids": [
        "65f85c42-92a0-489c-a921-d804acba29b1"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}