Information about plays

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

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

{
    "id": 3586133,
    "uri": "https://api.kexp.org/v2/plays/3586133/?format=api",
    "airdate": "2025-12-03T03:59:31-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "https://ia600601.us.archive.org/32/items/mbid-f0bfa42e-1606-4a1b-97c3-51636ac6abfb/mbid-f0bfa42e-1606-4a1b-97c3-51636ac6abfb-10652161621_thumb500.jpg",
    "thumbnail_uri": "https://ia600601.us.archive.org/32/items/mbid-f0bfa42e-1606-4a1b-97c3-51636ac6abfb/mbid-f0bfa42e-1606-4a1b-97c3-51636ac6abfb-10652161621_thumb250.jpg",
    "song": "In Real Life",
    "track_id": "b54498b1-fcb3-39f4-9689-83ec832ae660",
    "recording_id": "78d439b3-add0-4e41-aa02-30ac38418fb6",
    "artist": "The Ruby Suns",
    "artist_ids": [
        "89a879e1-d133-4ccb-87ae-3eedee44a05e"
    ],
    "album": "Christopher",
    "release_id": "a8010468-c63f-436c-83a1-fd7698d4e30c",
    "release_group_id": "5bee5000-6c1c-417f-918d-601ef1d25263",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first song Desert of Pop is inspired by McPhun meeting Robyn backstage at a festival. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}