Information about plays

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

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

{
    "id": 3587738,
    "uri": "https://api.kexp.org/v2/plays/3587738/?format=api",
    "airdate": "2025-12-06T20:09:52-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6eaa326-4de8-4cb4-8a29-8c537aa23cd7/41856455727-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e6eaa326-4de8-4cb4-8a29-8c537aa23cd7/41856455727-250.jpg",
    "song": "tell me",
    "track_id": null,
    "recording_id": "aa5c2e55-c774-4455-a4ef-911147694781",
    "artist": "ff00ff",
    "artist_ids": [
        "02e7b3b6-1821-431b-ad48-238a9ce89533"
    ],
    "album": "growing up",
    "release_id": null,
    "release_group_id": "b5296400-712d-4412-967b-0bade070caa8",
    "labels": [
        "neo-detritus"
    ],
    "label_ids": [
        "065f3e0b-63e3-4e36-ba49-96e2a343b21e"
    ],
    "release_date": "2024-07-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music from Tacoma-based experimental electronic pop artist ff00ff!\n\nff00ff is the RGB value for the color magenta!\n\nhttps://ff00ff.bandcamp.com/album/growing-up",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}