Information about plays

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

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

{
    "id": 3562458,
    "uri": "https://api.kexp.org/v2/plays/3562458/?format=api",
    "airdate": "2025-10-07T21:36:45-07:00",
    "show": 64774,
    "show_uri": "https://api.kexp.org/v2/shows/64774/?format=api",
    "image_uri": "https://coverartarchive.org/release/c56e79e7-fa6e-4789-a759-787674c9cd96/16977216244-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c56e79e7-fa6e-4789-a759-787674c9cd96/16977216244-250.jpg",
    "song": "Rzuć to wszystko co złe",
    "track_id": null,
    "recording_id": "607d1c6d-ab7e-4a79-b929-d67f137445f9",
    "artist": "Zbigniew Wodecki with Mitch & Mitch Orchestra and Choir",
    "artist_ids": [
        "2a80b0ef-30b4-4a5a-9a6e-913cbdda8bb9",
        "e81be2a4-d266-497c-bc15-0517637fc918"
    ],
    "album": "1976: A Space Odyssey",
    "release_id": null,
    "release_group_id": "4b366252-189c-4139-b855-c3c7c8cfcf51",
    "labels": [
        "Lado ABC"
    ],
    "label_ids": [
        "a7888180-c35d-4a7a-b57a-b8adb48c6353"
    ],
    "release_date": "2015-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Warsaw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}