Information about plays

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

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

{
    "id": 3545947,
    "uri": "https://api.kexp.org/v2/plays/3545947/?format=api",
    "airdate": "2025-08-28T16:51:15-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "https://ia801808.us.archive.org/31/items/mbid-36552845-0c12-45d2-8c13-b76288075924/mbid-36552845-0c12-45d2-8c13-b76288075924-28932898264_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-36552845-0c12-45d2-8c13-b76288075924/mbid-36552845-0c12-45d2-8c13-b76288075924-28932898264_thumb250.jpg",
    "song": "Da Da Da I Don’t Love You You Don’t Love Me Aha Aha Aha",
    "track_id": "cd3972d2-95e5-402e-b2ea-45ba0700e0e4",
    "recording_id": "1900714a-4efc-4ef6-b9ca-0cefe9e18a6d",
    "artist": "Trio",
    "artist_ids": [
        "b013686b-0fa5-4e88-a5bc-f941efc7855a"
    ],
    "album": "Da Da Da I Don't Love You You Don't Love Me Aha Aha Aha",
    "release_id": "36552845-0c12-45d2-8c13-b76288075924",
    "release_group_id": "537f481d-46e3-4d04-b8c9-10e220e6ec19",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Trio was formed in 1980 by Stephan Remmler, Gert \"Kralle\" Krawinkel and Peter Behrens. The full name of the song is \"Da Da Da ich lieb dich nicht du liebst mich nicht aha aha aha,\" which roughly translates to English as \"Da Da Da I don't love you you don't love me aha aha aha.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}