Information about plays

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

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

{
    "id": 3593981,
    "uri": "https://api.kexp.org/v2/plays/3593981/?format=api",
    "airdate": "2025-12-21T10:27:31-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swingin' Them Jingle Bells",
    "track_id": null,
    "recording_id": "01cc87fb-1a5d-459c-bf30-12704b389485",
    "artist": "Fats Waller",
    "artist_ids": [
        "569fc5bf-bcb6-4bc5-9a00-bd0d258e34f1"
    ],
    "album": "Santa Claus Blues",
    "release_id": null,
    "release_group_id": "dd42992a-75fc-30c4-b15c-620581754b77",
    "labels": [
        "Jass/Sanctuary"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1936 for Victor ; feat. Herman ‘Yard Dog’ Autrey on trumpet, Gene Sedric on sax, and Al Casey on guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}