Information about plays

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

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

{
    "id": 3544345,
    "uri": "https://api.kexp.org/v2/plays/3544345/?format=api",
    "airdate": "2025-08-24T18:08:51-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Really Really",
    "track_id": null,
    "recording_id": "929729d2-6e94-4877-a318-b91b9e101800",
    "artist": "Retta Young",
    "artist_ids": [
        "5a253f3e-08ba-46ec-81a3-7d1ccc5bf3e6"
    ],
    "album": "Young and Restless",
    "release_id": null,
    "release_group_id": "190bb64c-a3c9-4a75-b138-4cdfe64a062b",
    "labels": [
        "All Platinum"
    ],
    "label_ids": [
        "887fc9fb-b3f2-49c9-87b1-33096b6caf1c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rhetta Young released \"Really Really\" in 1976 on her only solo album Young and Restless.\n\nRetta Young is a former singer best known for her 1975 disco hit \"Sending Out An S.O.S.\" which made the Billboard Hot Soul Singles, Cash Box Top 100 R&B and UK Top 30 charts. She released an album and three singles during the 1970s.\n\nRetta Young was signed to the All Platinum record label which produced hits for herself, The Moments and Sylvia. The relationship with Phonogram in the UK proved fruitful for the label and the artists. She was backed by The Moments during her Platinum Records period.\n\nYoung was married to Ray, Goodman & Brown member Al Goodman, who died in Hackensack, New Jersey on 26 July 2010.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}