Information about plays

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

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

{
    "id": 3543769,
    "uri": "https://api.kexp.org/v2/plays/3543769/?format=api",
    "airdate": "2025-08-23T14:40:56-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486-5751696829_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486-5751696829_thumb250.jpg",
    "song": "It’s My Life",
    "track_id": "805cb76d-95c2-3915-9302-cbb34fc666dc",
    "recording_id": "455420aa-f092-4bf7-9eda-bda5fd2036ea",
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "It's My Life",
    "release_id": "d48b9b0c-4bf5-30dc-99dd-db4ff8247486",
    "release_group_id": "84cf35fd-adb5-3fdd-9eec-8535b134be13",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1984, the late Mark Hollis was asked if he enjoyed making people feel depressed, to which he replied, “I don’t think I make people feel miserable, I really don’t. I don’t think it’s about misery. … it’s soul, that’s where it all comes from. It’s sad because that’s what soul music is. You look at Otis Redding’s ‘Try a Little Tenderness’ and ‘I’ve Been Loving You Too Long,’ it’s all love, innit? It’s got to be. … I think the songs have got to be sung with feeling, so they’ve got to be written with feeling.” - https://tinyurl.com/4u325y5z",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}