Information about plays

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

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

{
    "id": 3544100,
    "uri": "https://api.kexp.org/v2/plays/3544100/?format=api",
    "airdate": "2025-08-24T06:36:50-07:00",
    "show": 64374,
    "show_uri": "https://api.kexp.org/v2/shows/64374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tone",
    "track_id": null,
    "recording_id": null,
    "artist": "Arnold Kasar",
    "artist_ids": [
        "1bdb0f9a-53fb-44c5-9b7a-effbd0c0ee0e"
    ],
    "album": "Spring Songs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Curious Music"
    ],
    "label_ids": [
        "a847be52-f977-4b4e-b761-3b81598ae2ff"
    ],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single and opening track off the forthcoming album from German composer, pianist, and sound designer Arnold Kasar ~ https://curiousmusicia.bandcamp.com/album/spring-songs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}