Information about plays

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

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

{
    "id": 3566782,
    "uri": "https://api.kexp.org/v2/plays/3566782/?format=api",
    "airdate": "2025-10-18T14:57:59-07:00",
    "show": 64868,
    "show_uri": "https://api.kexp.org/v2/shows/64868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Leave America",
    "track_id": "89db964b-40a2-4bad-a245-043a7c454c38",
    "recording_id": "b8a25636-a9da-48a0-8892-95a065d66557",
    "artist": "Erik Blood",
    "artist_ids": [
        "bb5edacd-c97d-42df-9174-2fa7abbf69ee"
    ],
    "album": "The Way We Live",
    "release_id": "5582471a-4f5c-4e0f-87f4-59b72b1cdd9c",
    "release_group_id": "7d57e1b7-8156-4cc5-aaf2-428e7bec8d59",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2009-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See you when I get back to America!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}