Information about plays

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

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

{
    "id": 3553225,
    "uri": "https://api.kexp.org/v2/plays/3553225/?format=api",
    "airdate": "2025-09-15T03:40:18-07:00",
    "show": 64567,
    "show_uri": "https://api.kexp.org/v2/shows/64567/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbd7e95c-0369-4ed8-a62b-fe020742b7cb/36677201853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbd7e95c-0369-4ed8-a62b-fe020742b7cb/36677201853-250.jpg",
    "song": "She",
    "track_id": null,
    "recording_id": "11d9ec2b-0fad-43fb-8474-cd04e0cc91e6",
    "artist": "Medicine Horse",
    "artist_ids": [
        "69c0f753-56c3-4ef5-956a-befad2e33647"
    ],
    "album": "Medicine Horse",
    "release_id": null,
    "release_group_id": "74b8ef78-9b96-4373-af44-b359a21f1055",
    "labels": [
        "Horton Records"
    ],
    "label_ids": [
        "fc7c1977-f24b-404d-888c-8458da3d4a48"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Medicine Horse is an indigenous metal band from the Indian Territory of Tulsa, Oklahoma. The band is named after guitarist Travis Rowe's great-great-great-grandfather.\n\nhttps://www.instagram.com/medicinehorse918/\nhttps://medicinehorse.bandcamp.com/track/she",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}