Information about plays

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

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

{
    "id": 3553955,
    "uri": "https://api.kexp.org/v2/plays/3553955/?format=api",
    "airdate": "2025-09-16T23:41:16-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://ia803104.us.archive.org/25/items/mbid-b7204b2e-2bc3-4702-88ca-be78772a35e2/mbid-b7204b2e-2bc3-4702-88ca-be78772a35e2-19307222103_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/25/items/mbid-b7204b2e-2bc3-4702-88ca-be78772a35e2/mbid-b7204b2e-2bc3-4702-88ca-be78772a35e2-19307222103_thumb250.jpg",
    "song": "Energia",
    "track_id": "2c9d457f-e2d7-46d0-824a-538267209760",
    "recording_id": "f57b385a-57c7-42cc-9a29-4c06ddcd4b98",
    "artist": "Sofi Tukker",
    "artist_ids": [
        "4ac723f4-8be8-4a0d-a3ae-d5dda20f0a9a"
    ],
    "album": "Treehouse",
    "release_id": "b7204b2e-2bc3-4702-88ca-be78772a35e2",
    "release_group_id": "ddbc6bc5-87b8-442a-afaa-3a7a0775d09e",
    "labels": [
        "Ultra Records"
    ],
    "label_ids": [
        "6c690937-c6c3-4c4e-9d3e-c62efa989333"
    ],
    "release_date": "2018-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "https://www.sofitukker.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}