Information about plays

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

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

{
    "id": 3542192,
    "uri": "https://api.kexp.org/v2/plays/3542192/?format=api",
    "airdate": "2025-08-19T20:18:45-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6cd94ef-65b3-3850-bd6c-ce55cb29cac5/5613354491-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6cd94ef-65b3-3850-bd6c-ce55cb29cac5/5613354491-250.jpg",
    "song": "Ai Du",
    "track_id": null,
    "recording_id": "5fa4d5bd-466d-4964-a53b-ca992d880d36",
    "artist": "Ali Farka Touré with Ry Cooder",
    "artist_ids": [
        "9be2a5ac-8201-489b-b5f6-91f958bf9060",
        "a4e2650b-938b-4b72-95bc-6e229cd34601"
    ],
    "album": "Talking Timbuktu",
    "release_id": null,
    "release_group_id": "a5a7a716-a039-3815-aee3-88ac135721c5",
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1994-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ali Ibrahim \"Ali Farka\" Touré was a Malian singer and multi-instrumentalist, and one of the African continent's most internationally renowned musicians. His music is widely regarded as representing a point of intersection of traditional Malian music and its North American cousin, the blues",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}