Information about plays

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

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

{
    "id": 3575829,
    "uri": "https://api.kexp.org/v2/plays/3575829/?format=api",
    "airdate": "2025-11-09T01:52:47-08:00",
    "show": 65061,
    "show_uri": "https://api.kexp.org/v2/shows/65061/?format=api",
    "image_uri": "https://coverartarchive.org/release/dddc70d0-c0cc-461a-a1f9-c699964604d1/41893438756-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dddc70d0-c0cc-461a-a1f9-c699964604d1/41893438756-250.jpg",
    "song": "Radiation Sickness",
    "track_id": null,
    "recording_id": "769e3944-40d5-4145-9476-f1a9a35392a4",
    "artist": "Lifeless Dark",
    "artist_ids": [
        "c92c5d9a-82c5-478b-96fb-5af9aa2c0678"
    ],
    "album": "Forces of Nature's Transformation",
    "release_id": null,
    "release_group_id": "44668fbf-4837-4a2a-96cb-88c7934a4bb2",
    "labels": [
        "Side Two Records"
    ],
    "label_ids": [
        "3dbc0992-b14c-4db6-ab12-f129a75bf21b"
    ],
    "release_date": "2024-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New band out of Boston, MA featuring members of Devil's Dare and Blank Stare.\n\nhttps://lifelessdark.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}