Information about plays

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

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

{
    "id": 3557395,
    "uri": "https://api.kexp.org/v2/plays/3557395/?format=api",
    "airdate": "2025-09-25T01:32:12-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ca377f6-9137-4d1f-aa17-370de32423b9/13798418639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ca377f6-9137-4d1f-aa17-370de32423b9/13798418639-250.jpg",
    "song": "Street Player",
    "track_id": null,
    "recording_id": "5e729600-df68-4c29-9941-2a892383acae",
    "artist": "Chicago",
    "artist_ids": [
        "3f5be744-e867-42fb-8913-5fd69e4099b5"
    ],
    "album": "Chicago 13",
    "release_id": null,
    "release_group_id": "c01173e4-f64b-3f3b-a6da-8ff95f984092",
    "labels": [
        "R&B Company"
    ],
    "label_ids": [
        "2a65092c-93a9-4b67-b25e-f5136731287e"
    ],
    "release_date": "1979-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavily sampled for the Bucketheads' 1995 club hit \"The Bomb! (These Sounds Fall Into My Mind)\".\n\nRufus & Chaka Khan recorded this tune a year earlier as the title track for their album 'Street Player.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}