Information about plays

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

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

{
    "id": 3602251,
    "uri": "https://api.kexp.org/v2/plays/3602251/?format=api",
    "airdate": "2026-01-09T13:24:38-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Are the Ones",
    "track_id": "2b23f5bb-010d-31d1-9ccc-9bb2988c0f7f",
    "recording_id": "b2893315-942e-45e5-bf98-0800af038dcb",
    "artist": "The Coup",
    "artist_ids": [
        "846e89f6-6257-4371-a26d-de960a60bec5"
    ],
    "album": "Pick a Bigger Weapon",
    "release_id": "e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778",
    "release_group_id": "3abacfef-a912-383b-adb5-ec8176d9334b",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2006-04-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Boots Riley wrote and produced this one.  It samples  Public Enemy's \"Party for Your Right to Fight.\" \n--\nHere's The Coup performing live on KEXP back in 2012 - https://www.youtube.com/watch?v=6UTv99tQhMo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}