Information about plays

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

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

{
    "id": 3618095,
    "uri": "https://api.kexp.org/v2/plays/3618095/?format=api",
    "airdate": "2026-02-16T01:21:28-08:00",
    "show": 65946,
    "show_uri": "https://api.kexp.org/v2/shows/65946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slop Jar",
    "track_id": null,
    "recording_id": "7a22e8e8-4659-4de4-87dd-879ae603a0e3",
    "artist": "Charles Kynard",
    "artist_ids": [
        "b82bcbc5-947c-42be-9a7e-65f8b2feec1e"
    ],
    "album": "Woga",
    "release_id": null,
    "release_group_id": "7c8a1cf3-fa3d-44b7-98de-1907bf31c4d0",
    "labels": [
        "Mainstream Records"
    ],
    "label_ids": [
        "32e1b749-523c-43ff-9532-2d074f9ea325"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Woga is an album by American organist Charles Kynard which was recorded in 1972 (Los Angeles, CA) and released on the Mainstream label Recently reissued by We Want Sounds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}