Information about plays

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

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

{
    "id": 3636596,
    "uri": "https://api.kexp.org/v2/plays/3636596/?format=api",
    "airdate": "2026-04-01T21:19:58-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9453c9d-4e9e-4f3f-8262-3a24be40d0a3/41873061846-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9453c9d-4e9e-4f3f-8262-3a24be40d0a3/41873061846-250.jpg",
    "song": "In the Garden",
    "track_id": null,
    "recording_id": "67e8cf7c-5bed-4969-9595-49ac0a3cdf0b",
    "artist": "Vinyl Williams",
    "artist_ids": [
        "9aee169e-faa7-4795-9358-4e76b10425f7"
    ],
    "album": "Polyhaven",
    "release_id": null,
    "release_group_id": "f2f97a23-7f92-4a1d-acea-afaf3dfd067a",
    "labels": [
        "Harmony Records"
    ],
    "label_ids": [
        "39f79fe8-52d0-42fc-9c14-be0e88e92b97"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://vinylwilliams.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}