Information about plays

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

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

{
    "id": 3530878,
    "uri": "https://api.kexp.org/v2/plays/3530878/?format=api",
    "airdate": "2025-07-23T21:14:55-07:00",
    "show": 64094,
    "show_uri": "https://api.kexp.org/v2/shows/64094/?format=api",
    "image_uri": "https://coverartarchive.org/release/d017c662-5260-4165-96e2-20ec764c83e7/4605462658-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d017c662-5260-4165-96e2-20ec764c83e7/4605462658-250.jpg",
    "song": "Cherry Red",
    "track_id": null,
    "recording_id": "e1ef596e-609a-4138-a12f-04ec13d279e7",
    "artist": "Earthless",
    "artist_ids": [
        "bfb6984b-ee02-481a-99cb-b4b44f0ce81b"
    ],
    "album": "Rhythms From a Cosmic Sky",
    "release_id": null,
    "release_group_id": "e13d0fed-4470-3e59-94de-55cde431388d",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2007-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rhythms from a Cosmic Sky sticks to (by the band’s own admission) the same formula of their previous outings - Japanese psychedelic guitar heroics crossed with Krautrock’s experimental underpinnings.\"\n\nhttp://www.dustedmagazine.com/reviews/3579\nhttps://www.earthlessofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}