Information about plays

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

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

{
    "id": 3605730,
    "uri": "https://api.kexp.org/v2/plays/3605730/?format=api",
    "airdate": "2026-01-17T22:08:25-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Hail (Pressure)",
    "track_id": null,
    "recording_id": null,
    "artist": "Prostitute",
    "artist_ids": [
        "0dcd4b84-8c8d-4aab-92bb-2c59cba111ae"
    ],
    "album": "Attempted Martyr",
    "release_id": null,
    "release_group_id": "9b96493d-06c3-4aa9-9342-014cdfdfb8c9",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2024-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These Dearborn noise rockers’ debut, Attempted Martyr has a song on it dedicated to Joumana Kayrouz, a prolific billboard siren in Michigan, who is a 60-year-old accident attorney turned local celebrity.\n\nhttps://prostituteband.bandcamp.com/album/attempted-martyr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}