Information about plays

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

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

{
    "id": 3500870,
    "uri": "https://api.kexp.org/v2/plays/3500870/?format=api",
    "airdate": "2025-05-13T13:48:39-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "https://coverartarchive.org/release/251839f7-0138-455b-9fec-0ee3408914a3/23751284085-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/251839f7-0138-455b-9fec-0ee3408914a3/23751284085-250.jpg",
    "song": "Signed, Sealed, Delivered I'm Yours",
    "track_id": null,
    "recording_id": "eda18834-f514-459d-90fe-7e61d5af0eda",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Live At Last: A Wonder Summer's Night",
    "release_id": null,
    "release_group_id": "a90946ad-3a70-4a94-8d49-01a97d535ad1",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Caroline!\n---\nLike a fool, I went and stayed too long\nNow I'm wondering if your love's still strong\nOoh, baby, here I am\nSigned, sealed, delivered, I'm yours! \n---\nhttps://genius.com/Stevie-wonder-signed-sealed-delivered-im-yours-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}