Information about plays

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

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

{
    "id": 3636904,
    "uri": "https://api.kexp.org/v2/plays/3636904/?format=api",
    "airdate": "2026-04-02T14:51:58-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Are We Going?",
    "track_id": null,
    "recording_id": "74a7dfe6-1f1d-448e-a9f4-97fe1e4b2250",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": null,
    "release_group_id": "fabc8d10-64e5-452c-bfe3-5da10451d136",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mizell brothers are all over this, co-written by Larry Mizell and Larry Gordon.  It was produced by Fonce Mizell and Freddie Perren.  That's Fonce Mizell on the trumpet solo and Larry, Fonce, and Freddie Perren on background vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}