Information about plays

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

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

{
    "id": 3576239,
    "uri": "https://api.kexp.org/v2/plays/3576239/?format=api",
    "airdate": "2025-11-10T00:56:04-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a219986-0aeb-4180-ab66-97bfebca491f/16343087475-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a219986-0aeb-4180-ab66-97bfebca491f/16343087475-250.jpg",
    "song": "Utai IV: Reawakening",
    "track_id": null,
    "recording_id": "0ead5569-0ec7-41b4-9dc8-959e9c2762f3",
    "artist": "川井憲次",
    "artist_ids": [
        "c50e52e1-01f4-494d-b1ef-376fe3581d90"
    ],
    "album": "Ghost in the Shell (Music Inspired by the Motion Picture)",
    "release_id": null,
    "release_group_id": "f5b1e6fe-c080-4e4d-a4d5-d63f4ee8803a",
    "labels": [
        "Paramount Pictures"
    ],
    "label_ids": [
        "5fc75691-3c20-4640-b5c4-b97c63cfa524"
    ],
    "release_date": "2017-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}