Information about plays

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

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

{
    "id": 3581853,
    "uri": "https://api.kexp.org/v2/plays/3581853/?format=api",
    "airdate": "2025-11-23T09:30:08-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "James Alley Blues",
    "track_id": null,
    "recording_id": "ff41b0d8-87d7-4f00-9640-312aa9d44f4d",
    "artist": "David Johansen",
    "artist_ids": [
        "3cb2ba2a-81f9-49b6-8e9d-71dcf5fb56cc"
    ],
    "album": "David Johansen and the Harry Smiths",
    "release_id": null,
    "release_group_id": "3e4f2524-97e8-32ea-8860-6a2f4e608aab",
    "labels": [
        "Chesky Records"
    ],
    "label_ids": [
        "e162b4b5-981c-45ef-b475-03fbfc9350f6"
    ],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the former New York Dolls' frontman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}