Information about plays

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

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

{
    "id": 3557586,
    "uri": "https://api.kexp.org/v2/plays/3557586/?format=api",
    "airdate": "2025-09-25T13:45:59-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://coverartarchive.org/release/f653df7d-460e-4b8d-b519-48e6dc43437e/15106203927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f653df7d-460e-4b8d-b519-48e6dc43437e/15106203927-250.jpg",
    "song": "The Real Thing",
    "track_id": null,
    "recording_id": "b4456fa6-f61d-4ec7-958e-d2aa64dc77af",
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "The Real Thing: Words and Sounds, Volume 3",
    "release_id": null,
    "release_group_id": "7ad54d9a-861d-3635-856b-3bf5187b5d06",
    "labels": [
        "Hidden Beach Recordings"
    ],
    "label_ids": [
        "6cdeb6a0-f918-4f60-ba43-a85d0bb6a563"
    ],
    "release_date": "2007-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, produced by Andre Harris & Vidal Davis (Dre & Vidal,\" sampled multiple elements of Mahavishnu Orchestra's \"You Know You Know\" plus sound effects from OutKast's \"SpottieOttieDopaliscious.\"\n--\nSee Jill Scott perform \"The Real Thing\" live: https://www.youtube.com/watch?v=zAAV8EWrLXw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}