Information about plays

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

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

{
    "id": 3533788,
    "uri": "https://api.kexp.org/v2/plays/3533788/?format=api",
    "airdate": "2025-07-30T15:30:41-07:00",
    "show": 64154,
    "show_uri": "https://api.kexp.org/v2/shows/64154/?format=api",
    "image_uri": "https://ia800603.us.archive.org/27/items/mbid-f6335672-c521-4129-86c3-490d20533e08/mbid-f6335672-c521-4129-86c3-490d20533e08-7204257757_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/27/items/mbid-f6335672-c521-4129-86c3-490d20533e08/mbid-f6335672-c521-4129-86c3-490d20533e08-7204257757_thumb250.jpg",
    "song": "Cloudbusting",
    "track_id": "60c9a3d8-2a34-3a5f-ad3d-ef06865f8e2b",
    "recording_id": "ccf0855e-e0a9-4607-99c8-003c7ec55980",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "f6335672-c521-4129-86c3-490d20533e08",
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday (July 30th, 1958) to Catherine \"Kate\" Bush. \n--\nSomeone wrote: \"I genuinely think she doesn't realize how special she is. One of the best female artists of all time.\"  See an extraordinary live performance of \"Cloudbusting\": https://www.youtube.com/watch?v=mtaTO9NTX34",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}