Information about plays

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

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

{
    "id": 3558252,
    "uri": "https://api.kexp.org/v2/plays/3558252/?format=api",
    "airdate": "2025-09-27T06:13:44-07:00",
    "show": 64673,
    "show_uri": "https://api.kexp.org/v2/shows/64673/?format=api",
    "image_uri": "https://coverartarchive.org/release/28ecfe09-b2d9-415c-89b0-6e6a182c8661/40782237302-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28ecfe09-b2d9-415c-89b0-6e6a182c8661/40782237302-250.jpg",
    "song": "This Feeling",
    "track_id": null,
    "recording_id": "f6c336dd-abae-415f-a97d-1ca5ec032d1a",
    "artist": "my!lane",
    "artist_ids": [
        "6b84ca1b-d10c-4eb5-b021-af82f982c09b"
    ],
    "album": "Sakura's Shadows",
    "release_id": null,
    "release_group_id": "11cc9aa5-a235-4266-a019-9b465ccec088",
    "labels": [
        "The Orchard Enterprises"
    ],
    "label_ids": [],
    "release_date": "2021-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}