Information about plays

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

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

{
    "id": 3574775,
    "uri": "https://api.kexp.org/v2/plays/3574775/?format=api",
    "airdate": "2025-11-06T15:47:36-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Pain No Gain (Salaam Remi Remix) (Live)",
    "track_id": null,
    "recording_id": "481f7886-731d-4e3a-aa3d-1b2aedcff4bd",
    "artist": "Buckshot LeFonque",
    "artist_ids": [
        "c1085917-1048-4f49-91d8-f7f7625e3545"
    ],
    "album": "Straight For The Positive (Live '95)",
    "release_id": null,
    "release_group_id": "01f01f7e-c151-4897-92bd-6cca87768fb5",
    "labels": [
        "Carnival Records"
    ],
    "label_ids": [
        "b237784f-af29-484f-a8de-0da7a26dbd6d"
    ],
    "release_date": "2021-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Salaam Remi remix of \"No Pain No Gain\" samples Wayne Shorter's  \"Calm.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}