Information about plays

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

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

{
    "id": 3631825,
    "uri": "https://api.kexp.org/v2/plays/3631825/?format=api",
    "airdate": "2026-03-21T06:46:04-07:00",
    "show": 66239,
    "show_uri": "https://api.kexp.org/v2/shows/66239/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26-25960785041_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26-25960785041_thumb250.jpg",
    "song": "Under the Table",
    "track_id": "bbe7b36f-579c-47a1-853a-ca62af97ee3e",
    "recording_id": "8fc95abd-c1ad-4db9-9aa1-c0bf0aa08d6b",
    "artist": "Fiona Apple",
    "artist_ids": [
        "a9ee533f-8871-4f62-a6bb-91eb264abc90"
    ],
    "album": "Fetch the Bolt Cutters",
    "release_id": "51f08309-cfad-478b-a25d-ee61ba4acc26",
    "release_group_id": "882db6d8-e28b-46ba-8a30-277e86fbddf7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2020-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}