Information about plays

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

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

{
    "id": 3551418,
    "uri": "https://api.kexp.org/v2/plays/3551418/?format=api",
    "airdate": "2025-09-10T20:27:39-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life & Death in G & A (Parts 1 & 2)",
    "track_id": null,
    "recording_id": "23ad7aa8-1c99-4381-935e-f5a97a6b7f3b",
    "artist": "Joe Hicks",
    "artist_ids": [
        "08b142e9-da1d-4066-9c07-42ba094ebecc"
    ],
    "album": "I’m Just Like You: Sly’s Stone Flower 1969–70",
    "release_id": null,
    "release_group_id": "b78e67f0-9ce7-421c-a0ce-c8a49661fb60",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2014-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}