Information about plays

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

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

{
    "id": 3589659,
    "uri": "https://api.kexp.org/v2/plays/3589659/?format=api",
    "airdate": "2025-12-11T06:46:52-08:00",
    "show": 65345,
    "show_uri": "https://api.kexp.org/v2/shows/65345/?format=api",
    "image_uri": "https://ia801903.us.archive.org/9/items/mbid-cd6d719b-10ca-4092-bde1-0ba2b3428b45/mbid-cd6d719b-10ca-4092-bde1-0ba2b3428b45-23912438078_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/9/items/mbid-cd6d719b-10ca-4092-bde1-0ba2b3428b45/mbid-cd6d719b-10ca-4092-bde1-0ba2b3428b45-23912438078_thumb250.jpg",
    "song": "Devil in My Life",
    "track_id": "e00532e7-f6d6-34d5-9b5f-2c3283811f29",
    "recording_id": "302d3687-b2b5-4fbb-b4b7-5bda3c674ef2",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Hurricane",
    "release_id": "cd6d719b-10ca-4092-bde1-0ba2b3428b45",
    "release_group_id": "87a3452b-4ae9-3a53-a7e6-8839ef16aa2e",
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "dd12b15e-ec09-489f-995b-a36646ed2b23"
    ],
    "release_date": "2008-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hurricane is the tenth studio album by singer Grace Jones, released in 2008, and her first album of new material in 19 years. The album includes a number of autobiographical songs, and the title track was first recorded as a 1997 collaboration with Tricky under the title \"Cradle to the Grave\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}