Information about plays

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

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

{
    "id": 3582054,
    "uri": "https://api.kexp.org/v2/plays/3582054/?format=api",
    "airdate": "2025-11-23T19:40:44-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f86ac47-ae72-4588-8ecb-fb18ef30bfef/2809813041-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f86ac47-ae72-4588-8ecb-fb18ef30bfef/2809813041-250.jpg",
    "song": "It’s Great to Be Here",
    "track_id": null,
    "recording_id": "8be5dfad-505b-4271-8acb-bab48fed9780",
    "artist": "The Jackson 5",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "Maybe Tomorrow",
    "release_id": null,
    "release_group_id": "2befa04d-8209-3959-8f04-e0caf677e710",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lots of artists have sampled \"It's Great to Be Here,\" including The Notorious B.I.G., Wiz Kahlifa, Eric B. & Rakim, and, yes, THEESatisfaction: https://genius.com/The-jackson-5-its-great-to-be-here-sample/samples",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}