Information about plays

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

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

{
    "id": 3548627,
    "uri": "https://api.kexp.org/v2/plays/3548627/?format=api",
    "airdate": "2025-09-04T00:15:22-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://ia601407.us.archive.org/18/items/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb-33454653663_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb-33454653663_thumb250.jpg",
    "song": "Running Up That Hill (A Deal With God)",
    "track_id": "426ed064-f9f4-486e-a0d8-c0049075d20c",
    "recording_id": "6029d549-5858-4936-9156-b90770d2ae92",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "b5b62259-7005-4574-a3f4-fb4dd3dd9414",
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}