Information about plays

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

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

{
    "id": 3551690,
    "uri": "https://api.kexp.org/v2/plays/3551690/?format=api",
    "airdate": "2025-09-11T12:05:30-07:00",
    "show": 64533,
    "show_uri": "https://api.kexp.org/v2/shows/64533/?format=api",
    "image_uri": "https://ia803404.us.archive.org/31/items/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90-10728765128_thumb500.jpg",
    "thumbnail_uri": "https://ia803404.us.archive.org/31/items/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90-10728765128_thumb250.jpg",
    "song": "Synthesizer",
    "track_id": "19b74e47-24df-3ea2-bff1-80f003378d4e",
    "recording_id": "440948fa-bd63-4068-a79d-58bcef92f325",
    "artist": "Electric Six",
    "artist_ids": [
        "54b0584e-4e5e-4976-80d4-eea7a82a7213"
    ],
    "album": "Fire",
    "release_id": "547b2f16-a015-4da9-bdd4-fd4b081b9a90",
    "release_group_id": "83a4b2ba-5a6c-3483-b0a0-1c539c6c6c94",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Fire' was the 2003 debut album by Detroit electro-rockers Electric Six.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}