Information about plays

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

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

{
    "id": 3543911,
    "uri": "https://api.kexp.org/v2/plays/3543911/?format=api",
    "airdate": "2025-08-23T20:23:40-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Out and Under the Moon",
    "track_id": null,
    "recording_id": "6ce7ecd1-ed55-4f1a-9d0d-d7f37dfa813e",
    "artist": "Bonnie Guitar",
    "artist_ids": [
        "27cfbab6-cc77-4909-a615-73811b0bab59"
    ],
    "album": "Moonlight and Shadows",
    "release_id": null,
    "release_group_id": "15b0e165-50ed-47ae-a615-60a592e95655",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1957-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Classic country crooner Bonnie Guitar was from Seattle! This song is from her 1957 album Moonlight and Shadows, which also features her country/pop crossover hit \"Dark Moon\"!\n\nhttps://www.youtube.com/watch?v=EHTr7NkiPGk",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}