Information about plays

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

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

{
    "id": 3594164,
    "uri": "https://api.kexp.org/v2/plays/3594164/?format=api",
    "airdate": "2025-12-21T18:30:38-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "https://coverartarchive.org/release/eecb042f-85a2-4f1a-ab8c-5c9a947c2d66/15106304103-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eecb042f-85a2-4f1a-ab8c-5c9a947c2d66/15106304103-250.jpg",
    "song": "It’s Love",
    "track_id": null,
    "recording_id": "66337d31-a2d0-4225-aa61-012cbdd3f264",
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Who Is Jill Scott? Words and Sounds, Vol. 1",
    "release_id": null,
    "release_group_id": "5324b9a9-18d1-3aec-a4ae-efeae11e3816",
    "labels": [
        "Hidden Beach Recordings"
    ],
    "label_ids": [
        "6cdeb6a0-f918-4f60-ba43-a85d0bb6a563"
    ],
    "release_date": "2000-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Serious pipes. https://hiddenbeach.com/portfolio_page/jill-scott/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}