Information about plays

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

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

{
    "id": 3559026,
    "uri": "https://api.kexp.org/v2/plays/3559026/?format=api",
    "airdate": "2025-09-29T00:02:08-07:00",
    "show": 64695,
    "show_uri": "https://api.kexp.org/v2/shows/64695/?format=api",
    "image_uri": "https://coverartarchive.org/release/952f3d64-25b4-4df2-a8cf-f6ba8f9f77a1/42026470297-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/952f3d64-25b4-4df2-a8cf-f6ba8f9f77a1/42026470297-250.jpg",
    "song": "Infinite Vibrations",
    "track_id": null,
    "recording_id": "df2a9004-1719-4d06-bd19-2e303384dade",
    "artist": "Mocky",
    "artist_ids": [
        "c321a13a-1c52-43c0-b60a-3a454cb7f9a2"
    ],
    "album": "Music Will Explain (Choir Music Vol. 1)",
    "release_id": null,
    "release_group_id": "34784cc3-a3a1-4e34-98f8-f66d3d1c64a5",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2025-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}