Information about plays

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

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

{
    "id": 3585175,
    "uri": "https://api.kexp.org/v2/plays/3585175/?format=api",
    "airdate": "2025-11-30T20:44:51-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle Fantasy",
    "track_id": null,
    "recording_id": "83b9cc66-002c-4146-8ecd-e6c785e689ab",
    "artist": "Sam Most",
    "artist_ids": [
        "22d16411-89b2-4dcb-8d46-7a97a91f8e58"
    ],
    "album": "Jungle Fantasy",
    "release_id": null,
    "release_group_id": "ae2d8a71-7eb4-4658-a882-6e90859c71df",
    "labels": [
        "Bell Records"
    ],
    "label_ids": [
        "ac7027ca-f02d-4eea-9de4-8ed6be275fd5"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flautist, clarinetist, and tenor saxophonist Sam Most released \"Jungle Fantasy\" and b-side \"Plop-Plop Boom\" in 1970 with Bell Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}