Information about plays

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

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

{
    "id": 3553378,
    "uri": "https://api.kexp.org/v2/plays/3553378/?format=api",
    "airdate": "2025-09-15T13:15:36-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/00bd6141-b23b-432c-b1f5-cdb2e5c4961c/15139453001-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00bd6141-b23b-432c-b1f5-cdb2e5c4961c/15139453001-250.jpg",
    "song": "Fiesta",
    "track_id": null,
    "recording_id": "6ca6767e-c166-4843-a8d7-5ab8bb76ed13",
    "artist": "Gato Barbieri",
    "artist_ids": [
        "406160eb-24ad-4880-83e0-5f48f077004b"
    ],
    "album": "Caliente!",
    "release_id": null,
    "release_group_id": "f8c324c8-2909-3a03-bee2-2d74eca1d5e0",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1976 Latin jazz funk. Gato Barbieri was an Argentine jazz tenor saxophonist who rose to prominence in the 1960s free jazz movement.\n\n\"Recorded at A&R Studios RI, New York. Mastered at A&M Studios, Hollywood, California.\" https://www.discogs.com/ko/release/875708-Gato-Barbieri-Caliente",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}