Information about plays

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

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

{
    "id": 3663244,
    "uri": "https://api.kexp.org/v2/plays/3663244/?format=api",
    "airdate": "2026-06-03T14:25:51-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://coverartarchive.org/release/18736d04-fc16-48bb-9261-fb2447aa6d0d/16007403482-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18736d04-fc16-48bb-9261-fb2447aa6d0d/16007403482-250.jpg",
    "song": "Free",
    "track_id": null,
    "recording_id": "5c60f86a-daa8-4c07-8f94-2a4a101bed8c",
    "artist": "Deniece Williams",
    "artist_ids": [
        "f28dc56d-0bd4-485f-92a2-5c3e0e9b57cd"
    ],
    "album": "This Is Niecy",
    "release_id": null,
    "release_group_id": "64b4e360-2713-378a-9714-633e10ba1d8e",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Deniece Williams, born on this date in 1950.\n\nThis gorgeous song was co-written by Williams and produced by Maurice White and Charles Stepney. It's been sampled 70 times and covered at least 19 times. \n--\nSee a live performance by this four-octave singer in 2019: https://www.youtube.com/watch?v=-ANOMYytijw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}