Information about plays

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

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

{
    "id": 3593738,
    "uri": "https://api.kexp.org/v2/plays/3593738/?format=api",
    "airdate": "2025-12-20T23:41:40-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8dd624c-9049-4bab-9295-b17d585f9366/4664153140-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8dd624c-9049-4bab-9295-b17d585f9366/4664153140-250.jpg",
    "song": "My Mother Gave Me a Gun for Christmas",
    "track_id": null,
    "recording_id": "de8e47e1-d7bd-4e91-b330-f5c9c1983206",
    "artist": "The Pork Dukes",
    "artist_ids": [
        "f7b29871-0040-47c7-a9bd-4c106ff54d57"
    ],
    "album": "All the Filth!",
    "release_id": null,
    "release_group_id": "a2bc19a1-cef7-304b-a52a-b225385efad4",
    "labels": [
        "Vinyl Japan"
    ],
    "label_ids": [
        "08910e04-fd90-4c54-bd4b-ed594acdbb00"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}