Information about plays

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

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

{
    "id": 3553560,
    "uri": "https://api.kexp.org/v2/plays/3553560/?format=api",
    "airdate": "2025-09-16T00:36:22-07:00",
    "show": 64574,
    "show_uri": "https://api.kexp.org/v2/shows/64574/?format=api",
    "image_uri": "https://coverartarchive.org/release/f54dc12c-51d0-352f-b1fd-6b0a97f5d3c3/7062843716-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f54dc12c-51d0-352f-b1fd-6b0a97f5d3c3/7062843716-250.jpg",
    "song": "No-One Driving",
    "track_id": null,
    "recording_id": null,
    "artist": "John Foxx",
    "artist_ids": [
        "6e913bad-4812-4286-b6cc-18548422f194"
    ],
    "album": "Metamatic",
    "release_id": null,
    "release_group_id": "fc58e1ed-fdbb-38ce-ab9c-1bdd38fc4dfa",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1980-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Waymo-core",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}