Information about plays

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

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

{
    "id": 3547829,
    "uri": "https://api.kexp.org/v2/plays/3547829/?format=api",
    "airdate": "2025-09-02T03:57:01-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b773ef0-ff9d-4942-9b84-557cb6e85691/16645064272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b773ef0-ff9d-4942-9b84-557cb6e85691/16645064272-250.jpg",
    "song": "Parallax",
    "track_id": null,
    "recording_id": "7f010678-bc08-4c07-9859-b8ea1106b7d8",
    "artist": "Shabazz Palaces feat. The Palaceer Lazaro",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f",
        "5c00876c-7bfc-4ec0-b188-0fb840c704c4"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": null,
    "release_group_id": "51f7966c-cadc-4291-8fe1-f30f1dbfb316",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shabazz Palaces appeared on KEXP in 2017 in promotion of their new album. Enjoy the full session here: https://kexp.org/sessions/archive/shabazz-palaces-live-on-kexp-recorded-july-14-2017/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}