Information about plays

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

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

{
    "id": 3595909,
    "uri": "https://api.kexp.org/v2/plays/3595909/?format=api",
    "airdate": "2025-12-25T15:58:50-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slayrider",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee Montgomery",
    "artist_ids": [
        "2440a755-38dd-4eb2-87d5-dadf6e5f5a96"
    ],
    "album": "Silent Night Deadly Night Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Death Waltz Recording Company"
    ],
    "label_ids": [
        "ee7b27f1-63e8-4eb3-b786-1ef50d54f6c1"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the soundtrack to \"Silent Night, Deadly Night\" in 1984. (You can't help but hear the '80s in it.)\n\nThe original title of the movie was \"Slay Ride\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}