Information about plays

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

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

{
    "id": 3580358,
    "uri": "https://api.kexp.org/v2/plays/3580358/?format=api",
    "airdate": "2025-11-19T20:02:35-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Incense & Peppermints",
    "track_id": "1978130e-08dc-3468-9ac3-75a4bff100ad",
    "recording_id": "0915508a-fc46-4e66-8e95-3dbad751ce40",
    "artist": "Strawberry Alarm Clock",
    "artist_ids": [
        "fe0f43fb-3a33-4757-8633-cdd210c2874e"
    ],
    "album": "Nuggets: Original Artyfacts From the First Psychedelic Era, 1965–1968",
    "release_id": "7beb47e7-f54b-46a3-a570-7fe932f0e350",
    "release_group_id": "8692651e-a7df-3903-a47e-8a28bc1b492c",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album released in 1968. This single was #1 on the Billboard Hot 100 and is a featured track on Mike Myers's campy spy film \"Austin Powers: International Man of Mystery\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}