Information about plays

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

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

{
    "id": 3592732,
    "uri": "https://api.kexp.org/v2/plays/3592732/?format=api",
    "airdate": "2025-12-18T16:03:02-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance With Me",
    "track_id": null,
    "recording_id": "98aeb0b8-ad72-4f40-a070-fa073a7a5e8d",
    "artist": "The Lords of the New Church",
    "artist_ids": [
        "6b1614f1-8aec-49b7-868a-9167d9b14767"
    ],
    "album": "Is Nothing Sacred?",
    "release_id": null,
    "release_group_id": "8e7caa32-7895-32dc-852e-8b518bcef9c4",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating Brian James.\n\nBrian’s career spanned more than six decades, with his music also gracing film and television soundtracks. In addition to The Damned and The Lords of the New Church, he worked with a plethora of punk and rock ‘n’ roll’s finest, including The Saints and Iggy Pop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}