Information about plays

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

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

{
    "id": 3523608,
    "uri": "https://api.kexp.org/v2/plays/3523608/?format=api",
    "airdate": "2025-07-06T18:49:17-07:00",
    "show": 63941,
    "show_uri": "https://api.kexp.org/v2/shows/63941/?format=api",
    "image_uri": "https://coverartarchive.org/release/eedde81a-87bc-4293-9634-80a7d3350b54/34710795708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eedde81a-87bc-4293-9634-80a7d3350b54/34710795708-250.jpg",
    "song": "Let's Party All Night",
    "track_id": null,
    "recording_id": "7406f4b7-f756-4f5c-a8a9-1268171c16bb",
    "artist": "Hearts of Fire",
    "artist_ids": [
        "0b5543ed-d7c6-415e-b4a5-bf9b14f500a8"
    ],
    "album": "Under The Influence, Volume Two: A Collection of Rare Soul & Disco",
    "release_id": null,
    "release_group_id": "5beebe20-964a-4a28-a75b-d04f699e642c",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South Carolina soul group Hearts Of Fire originally self-released \"Let's Party All Night\" and its instrumental in 1984, but you can find the track on the 2012 compilation album Under The Influence, Volume Two: A Collection of Rare Soul & Disco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}