Information about plays

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

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

{
    "id": 3578792,
    "uri": "https://api.kexp.org/v2/plays/3578792/?format=api",
    "airdate": "2025-11-16T01:47:30-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/eebb00b2-336b-4c07-b94b-ac43f448f70b/16024400313-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eebb00b2-336b-4c07-b94b-ac43f448f70b/16024400313-250.jpg",
    "song": "Bringer of Pain",
    "track_id": null,
    "recording_id": "96d9e8ce-7704-4422-bc21-36511f5999cc",
    "artist": "Battle Beast",
    "artist_ids": [
        "d0cb5651-e1f2-4ffb-8ae1-b4b263af75fa"
    ],
    "album": "Bringer of Pain",
    "release_id": null,
    "release_group_id": "c7d02a00-6cf7-443e-9827-797f5a316e65",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2017-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2010, Finland's Battle Beast won the Wacken Open Air Metal Battle Contest as well as the Radio Rock Starba Contest.\n\nThey just released their latest album, Steelbound, last month.\n\nhttps://battlebeast.fi/home\nhttps://www.facebook.com/battlebeastofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}