Information about plays

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

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

{
    "id": 3594861,
    "uri": "https://api.kexp.org/v2/plays/3594861/?format=api",
    "airdate": "2025-12-23T10:58:15-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santafly",
    "track_id": null,
    "recording_id": "109474a0-f5ff-4e58-a646-9b7e5ab0dfd2",
    "artist": "Martin Mull",
    "artist_ids": [
        "92371674-1869-4e0c-8151-3de9ced59e15"
    ],
    "album": "Have a Nice Christmas: Holiday Hits of the 70s",
    "release_id": null,
    "release_group_id": "5b8c77f0-671d-3647-91e4-4e98d12d64b7",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martin Mull originally released \"Santafly\" and b-side \"Santa Doesn't Cop Out On Dope\" in 1973.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}