Information about plays

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

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

{
    "id": 3524600,
    "uri": "https://api.kexp.org/v2/plays/3524600/?format=api",
    "airdate": "2025-07-09T04:44:25-07:00",
    "show": 63962,
    "show_uri": "https://api.kexp.org/v2/shows/63962/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c062892-4be5-4443-b38f-f68786312bed/41640077583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c062892-4be5-4443-b38f-f68786312bed/41640077583-250.jpg",
    "song": "What’s Love Got to Do With It",
    "track_id": null,
    "recording_id": "51caf173-e21a-45dd-8034-8513bdb8727c",
    "artist": "Tina Turner",
    "artist_ids": [
        "9072df14-b61e-42e2-b4f4-6bbb7fdb5586"
    ],
    "album": "Private Dancer",
    "release_id": null,
    "release_group_id": "cffc5347-3b75-37cc-9120-0ae98b2748dc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1984-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An iconic song by an iconic musician.  \n\nThis was Tina Turner's comeback song. She first hit the pop charts with her husband Ike in 1960, and their biggest hit came in 1971 with a cover of \"Proud Mary.\" After enduring years of spousal abuse, Tina split from Ike in 1976 and her career was in limbo until \"What's Love Got To Do With It\" thrust her back in the spotlight 13 years after \"Proud Mary.\" \n--\nThis won Grammys in 1985 for Song of the Year, Record of the Year, and Best Female Vocal Performance.\n--\nAt the second MTV Video Music Awards in 1985, it won for Best Female Video.; https://www.youtube.com/watch?v=oGpFcHTxjZs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}