Information about plays

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

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

{
    "id": 3562897,
    "uri": "https://api.kexp.org/v2/plays/3562897/?format=api",
    "airdate": "2025-10-09T02:25:46-07:00",
    "show": 64784,
    "show_uri": "https://api.kexp.org/v2/shows/64784/?format=api",
    "image_uri": "https://coverartarchive.org/release/5dbae209-d6bb-4f1a-9ce4-c6646a9b882c/30118600656-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5dbae209-d6bb-4f1a-9ce4-c6646a9b882c/30118600656-250.jpg",
    "song": "Nobody",
    "track_id": null,
    "recording_id": "869560b4-c573-4abf-8b85-3b51bcf10ba6",
    "artist": "Nas feat. Ms. Lauryn Hill",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823",
        "e8414012-4a1c-4ad4-be5e-fc55294e28cc"
    ],
    "album": "King’s Disease II",
    "release_id": null,
    "release_group_id": "ffeab707-e97f-44b5-9a99-2f1dce58af89",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 2021 track \"Nobody\" was the first time Nas and Lauryn Hill had recorded together since 1996’s “If I Ruled the World (Imagine That)\" from Nas's 'It Was Written' album. \nhttps://www.nasirjones.com/\n\nWant a deep dive into the cultural  impact of  'The Miseducation of Lauryn Hill'? Check out Joan Morgan's book 'She Begat This: 20 Years of The Miseducation of Lauryn Hill'.\n\nhttps://www.simonandschuster.com/books/She-Begat-This/Joan-Morgan/9781501195266",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}