Information about plays

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

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

{
    "id": 3546322,
    "uri": "https://api.kexp.org/v2/plays/3546322/?format=api",
    "airdate": "2025-08-29T13:43:20-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia803104.us.archive.org/33/items/mbid-a8dde02d-ca11-4226-b360-4477364bff40/mbid-a8dde02d-ca11-4226-b360-4477364bff40-19719530494_thumb500.jpg",
    "thumbnail_uri": "https://ia903104.us.archive.org/33/items/mbid-a8dde02d-ca11-4226-b360-4477364bff40/mbid-a8dde02d-ca11-4226-b360-4477364bff40-19719530494_thumb250.jpg",
    "song": "Happy Nightmare Baby",
    "track_id": "2c101fdb-3221-3f50-b0e0-1c8a88ceb660",
    "recording_id": "2b5530cc-cb3c-4b0b-b4a6-84c40bc570ad",
    "artist": "Opal",
    "artist_ids": [
        "711a78ab-184f-4a38-9e5f-e43b4ce50aca"
    ],
    "album": "Happy Nightmare Baby",
    "release_id": "a8dde02d-ca11-4226-b360-4477364bff40",
    "release_group_id": "07871553-e942-3cf2-bf5c-a534400fe275",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Susan in Portland!\n\nBefore they were Mazzy Star, they were Opal, with Kendra Smith on lead vocals. They introduced the video on Seattle’s music video show Bombshelter in 1987 https://www.youtube.com/watch?v=TMKu-8wVCuc\n\nhttps://www.popmatters.com/73493-keeping-hope-alive-2496022454.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}