Information about plays

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

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

{
    "id": 3570014,
    "uri": "https://api.kexp.org/v2/plays/3570014/?format=api",
    "airdate": "2025-10-25T23:36:56-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/00c6ce06-f927-4447-837f-cbf6109a6416/1716677463-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00c6ce06-f927-4447-837f-cbf6109a6416/1716677463-250.jpg",
    "song": "Honky Tonk Horror",
    "track_id": null,
    "recording_id": "bfbcfe7c-bd95-4b72-9034-3c4e7193f46c",
    "artist": "The Black Belles",
    "artist_ids": [
        "5dc5ab3a-5f0a-4d46-a982-bf627a0bb8a6"
    ],
    "album": "The Black Belles",
    "release_id": null,
    "release_group_id": "c6eab29c-4b78-42bc-bbad-a210d4eec816",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Belles is an all-female \"garage goth\" rock band formed in Nashville in 2009.\n\nhttps://thirdmanrecords.com/collections/the-black-belles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}