Information about plays

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

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

{
    "id": 3521925,
    "uri": "https://api.kexp.org/v2/plays/3521925/?format=api",
    "airdate": "2025-07-03T03:00:59-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?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": "A Long Walk",
    "track_id": null,
    "recording_id": "d8b2d919-b709-49ff-8b3d-1d8b28b4626e",
    "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": "Rev's 3 AM Slow Jam of the Week <3\n\nhttps://hiddenbeach.com/portfolio_page/jill-scott/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}