Information about plays

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

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

{
    "id": 3640985,
    "uri": "https://api.kexp.org/v2/plays/3640985/?format=api",
    "airdate": "2026-04-11T23:51:14-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn720709.ca.archive.org/0/items/mbid-50b744a0-15e1-4144-aa3d-44c3eddef9b5/mbid-50b744a0-15e1-4144-aa3d-44c3eddef9b5-43929869309_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-50b744a0-15e1-4144-aa3d-44c3eddef9b5/mbid-50b744a0-15e1-4144-aa3d-44c3eddef9b5-43929869309_thumb250.jpg",
    "song": "Rich Get Richer",
    "track_id": "eee3a618-bb4c-4ca9-b8e2-12492f2c5c77",
    "recording_id": "86f1f20f-8374-4c28-b7c1-9ce79012ec28",
    "artist": "Poison Idea",
    "artist_ids": [
        "86871dd7-f50c-40bb-a298-a144775b64ae"
    ],
    "album": "Record Collectors Are Pretentious Assholes E.P.",
    "release_id": "50b744a0-15e1-4144-aa3d-44c3eddef9b5",
    "release_group_id": "e493fdc0-b256-4b0b-8893-47cab1686650",
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}