Information about plays

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

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

{
    "id": 3595958,
    "uri": "https://api.kexp.org/v2/plays/3595958/?format=api",
    "airdate": "2025-12-25T18:28:06-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas in Heaven",
    "track_id": null,
    "recording_id": "9481d261-0a43-4b7f-baa4-8bc51c61dd0b",
    "artist": "Monty Python",
    "artist_ids": [
        "4a5c8526-f8ec-43f1-97af-49722ad88394"
    ],
    "album": "Monty Python Sings",
    "release_id": null,
    "release_group_id": "58be1496-a075-30d7-8601-0f3ffb827689",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1989-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Meaning Of Life film",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}