Information about plays

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

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

{
    "id": 3550525,
    "uri": "https://api.kexp.org/v2/plays/3550525/?format=api",
    "airdate": "2025-09-08T17:30:50-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "https://coverartarchive.org/release/1dbcad6e-5bef-4d9e-b35f-89cfd28cd96f/29584231650-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1dbcad6e-5bef-4d9e-b35f-89cfd28cd96f/29584231650-250.jpg",
    "song": "I Don't Want to Walk Without You",
    "track_id": null,
    "recording_id": "bce0e683-e658-415e-9678-613e2ccef39f",
    "artist": "Eydie Gormé",
    "artist_ids": [
        "36b31034-0dcb-4543-9aaf-5acf9fd3c2e6"
    ],
    "album": "Eydie and Steve Sing the Golden Hits",
    "release_id": null,
    "release_group_id": "18c5cc32-775a-4cc9-8b49-31c2e4f08d9e",
    "labels": [
        "MCA Special Products"
    ],
    "label_ids": [
        "243820af-e9de-49e4-a970-17fe52fb71cf"
    ],
    "release_date": "1960-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}