Information about plays

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

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

{
    "id": 3612704,
    "uri": "https://api.kexp.org/v2/plays/3612704/?format=api",
    "airdate": "2026-02-03T13:12:59-08:00",
    "show": 65831,
    "show_uri": "https://api.kexp.org/v2/shows/65831/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93-35266018550_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93-35266018550_thumb250.jpg",
    "song": "Crusades",
    "track_id": "6be54d4d-eaeb-4cda-8e37-ec784e6d72c6",
    "recording_id": "ddeca4df-707f-41e1-b5ff-be58c7075568",
    "artist": "Geese",
    "artist_ids": [
        "e0c97a4d-c392-41a9-a374-57af3e3eeab3"
    ],
    "album": "3D Country",
    "release_id": "b5a2c004-d5dc-4e61-9d5c-387671ef7d93",
    "release_group_id": "d87d8f5d-4d89-45e1-b86d-2f9241db0edc",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2023-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Mary!\n\nGeese played live on KEXP (from THING Festival in Port Townsend, WA) in 2023\nWatch here: https://www.youtube.com/watch?v=yrlWRzTcwKw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}