Information about plays

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

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

{
    "id": 3519831,
    "uri": "https://api.kexp.org/v2/plays/3519831/?format=api",
    "airdate": "2025-06-28T06:31:23-07:00",
    "show": 63857,
    "show_uri": "https://api.kexp.org/v2/shows/63857/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2364016-e92e-47cd-84af-232e3ebb4f47/41175452976-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2364016-e92e-47cd-84af-232e3ebb4f47/41175452976-250.jpg",
    "song": "Everything Is Peaceful Love",
    "track_id": null,
    "recording_id": "60a24f36-d33d-41c3-87bc-58305182f0eb",
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "SABLE, fABLE",
    "release_id": null,
    "release_group_id": "4843294e-a8ab-4a39-864b-36faa09a2dd8",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}