Information about plays

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

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

{
    "id": 3586122,
    "uri": "https://api.kexp.org/v2/plays/3586122/?format=api",
    "airdate": "2025-12-03T03:16:50-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ea442a2-44e4-4e24-8c38-f1872d385698/3268955690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ea442a2-44e4-4e24-8c38-f1872d385698/3268955690-250.jpg",
    "song": "Be Thankful",
    "track_id": null,
    "recording_id": "057b20a9-bf9d-4da2-924d-969226e15e95",
    "artist": "Natalie Cole",
    "artist_ids": [
        "eb45032c-80da-469c-be20-1d09f08ef37f"
    ],
    "album": "Thankful",
    "release_id": null,
    "release_group_id": "e39b65ed-ceee-468f-b31c-2b611147c6df",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1977-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natalie Maria Cole (February 6, 1950 – December 31, 2015) was an American singer, songwriter, and actress. She was the daughter of singer and jazz pianist Nat King Cole. She rose to prominence in the mid-1970s, with the release of her debut album Inseparable (1975), along with the song \"This Will Be (An Everlasting Love)\", and the album's title track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}