Information about plays

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

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

{
    "id": 3547035,
    "uri": "https://api.kexp.org/v2/plays/3547035/?format=api",
    "airdate": "2025-08-31T04:37:23-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd010dd7-c391-433a-b01d-8e9ec53ad4e2/15045651796-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd010dd7-c391-433a-b01d-8e9ec53ad4e2/15045651796-250.jpg",
    "song": "I See the Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Billy Paul",
    "artist_ids": [
        "7e8a2d88-ebed-433c-9971-643a66834835"
    ],
    "album": "War of the Gods",
    "release_id": null,
    "release_group_id": "638fd0cd-9bf4-386c-8b2c-1ac119228fba",
    "labels": [
        "Philadelphia International"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you Terre Thaemlitz - https://soundcloud.com/resident-advisor/ra1000-terre-thaemlitz-aka-dj-sprinkles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}