Information about plays

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

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

{
    "id": 3571803,
    "uri": "https://api.kexp.org/v2/plays/3571803/?format=api",
    "airdate": "2025-10-30T11:50:35-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5e3ae35-4606-470b-9a8a-86e8b4d49be2/22892880143-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e5e3ae35-4606-470b-9a8a-86e8b4d49be2/22892880143-250.jpg",
    "song": "All I Wanna Do Is Save You",
    "track_id": null,
    "recording_id": "afae932a-5bb5-422d-b8a8-cdebd251f0b1",
    "artist": "Irma Thomas",
    "artist_ids": [
        "710c7ffa-977e-4431-9f00-c8d4eddf6808"
    ],
    "album": "Full Time Woman (The Lost Cotillion Album)",
    "release_id": null,
    "release_group_id": "ceef571e-942a-41b9-b42d-7bdb42c1d9ab",
    "labels": [
        "SoulMusic Records"
    ],
    "label_ids": [
        "effabc57-2511-42d9-8480-0f5389c93369"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blues vocalist Irma Thomas was born in February 1941 in Ponchatoula, Louisiana. Her big break came in 1959 when she captured the attention of band leader Tommy Ridgley while she was a waitress at New Orleans’ Pimlico Club. Thomas offered to sing with Ridgley and his band against the wishes of her boss, who fired her for singing instead of waiting on tables. Read more about her here:\nhttps://www.thehistorymakers.org/biography/irma-thomas-41",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}