Information about plays

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

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

{
    "id": 3640870,
    "uri": "https://api.kexp.org/v2/plays/3640870/?format=api",
    "airdate": "2026-04-11T19:24:55-07:00",
    "show": 66428,
    "show_uri": "https://api.kexp.org/v2/shows/66428/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lex Luthor",
    "track_id": "8c4f55de-f8d6-4d5b-b74a-161f1039403c",
    "recording_id": "a6fcf98a-1e98-43ef-b5f2-7f8f9b6fde69",
    "artist": "TeZATalks",
    "artist_ids": [
        "f6633c1d-ff9b-4ac9-a3d8-b8c9b56a9aae"
    ],
    "album": "Lex Luthor",
    "release_id": "74b3e87c-ae67-47cc-977f-8497ae9d0189",
    "release_group_id": "524f591a-1e5b-429c-a812-422c23fd3bb8",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}