Information about plays

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

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

{
    "id": 3544167,
    "uri": "https://api.kexp.org/v2/plays/3544167/?format=api",
    "airdate": "2025-08-24T10:54:00-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/4750901a-2b2c-45f2-a065-e2860acebd57/40932792580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4750901a-2b2c-45f2-a065-e2860acebd57/40932792580-250.jpg",
    "song": "The Streak",
    "track_id": null,
    "recording_id": "267eead0-5b94-4c70-a5a6-c7884f82c22c",
    "artist": "Ray Stevens",
    "artist_ids": [
        "140220f3-95fe-417a-8b66-4102d2deacb9"
    ],
    "album": "Boogity Boogity",
    "release_id": null,
    "release_group_id": "9d577470-24f5-4933-a39a-cdcf8edb260d",
    "labels": [
        "Barnaby Records"
    ],
    "label_ids": [
        "50b41517-5a3b-4826-9b97-a0a758a0c434"
    ],
    "release_date": "1974-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevens wrote this after reading about the popularity of streaking, and a week after it was released Robert Opel streaked across the stage at the Oscars ceremony, giving the peace sign to the audience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}