Information about plays

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

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

{
    "id": 3657462,
    "uri": "https://api.kexp.org/v2/plays/3657462/?format=api",
    "airdate": "2026-05-21T01:35:20-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-4fe4e2c6-799b-43d6-b994-9c29d186ce9c/mbid-4fe4e2c6-799b-43d6-b994-9c29d186ce9c-45177358320_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-4fe4e2c6-799b-43d6-b994-9c29d186ce9c/mbid-4fe4e2c6-799b-43d6-b994-9c29d186ce9c-45177358320_thumb250.jpg",
    "song": "GIVE IT ALL",
    "track_id": "9550e57e-0c6a-4f37-998f-1ad47b07580b",
    "recording_id": "68f9022a-975e-482a-bb13-6c72d4e6690d",
    "artist": "Nao",
    "artist_ids": [
        "c3007b02-b470-4d07-8957-cd67b5b60475"
    ],
    "album": "GIVE IT ALL",
    "release_id": "4fe4e2c6-799b-43d6-b994-9c29d186ce9c",
    "release_group_id": "aaae4f97-4644-4ee8-a254-cdf707fdde79",
    "labels": [
        "Future Gods"
    ],
    "label_ids": [
        "918bb862-332e-4b87-81c7-12672560ea31"
    ],
    "release_date": "2026-05-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}