Information about plays

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

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

{
    "id": 3552355,
    "uri": "https://api.kexp.org/v2/plays/3552355/?format=api",
    "airdate": "2025-09-13T03:58:06-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia800706.us.archive.org/24/items/mbid-4998dc19-4430-4543-afad-2de3f9d3f61b/mbid-4998dc19-4430-4543-afad-2de3f9d3f61b-41461388350_thumb500.jpg",
    "thumbnail_uri": "https://ia600706.us.archive.org/24/items/mbid-4998dc19-4430-4543-afad-2de3f9d3f61b/mbid-4998dc19-4430-4543-afad-2de3f9d3f61b-41461388350_thumb250.jpg",
    "song": "Acting Strange",
    "track_id": "ddb89321-908d-4ef0-979e-913aed8f8e40",
    "recording_id": "463f919d-abf1-4c18-9376-c0d4c959157a",
    "artist": "Blank Realm",
    "artist_ids": [
        "44d36433-5648-4e9c-8d00-336fd67f7002"
    ],
    "album": "Go Easy",
    "release_id": "4998dc19-4430-4543-afad-2de3f9d3f61b",
    "release_group_id": "108d8ccf-4771-4b58-aec5-0abf584192cd",
    "labels": [
        "Siltbreeze"
    ],
    "label_ids": [
        "c2f5fb35-0819-4870-85aa-5979565343bd"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}