Information about plays

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

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

{
    "id": 3564993,
    "uri": "https://api.kexp.org/v2/plays/3564993/?format=api",
    "airdate": "2025-10-14T14:23:47-07:00",
    "show": 64834,
    "show_uri": "https://api.kexp.org/v2/shows/64834/?format=api",
    "image_uri": "https://ia801907.us.archive.org/29/items/mbid-240e9e5d-0e2a-4fef-9692-c4f6f32a9c4b/mbid-240e9e5d-0e2a-4fef-9692-c4f6f32a9c4b-17850613712_thumb500.jpg",
    "thumbnail_uri": "https://ia601907.us.archive.org/29/items/mbid-240e9e5d-0e2a-4fef-9692-c4f6f32a9c4b/mbid-240e9e5d-0e2a-4fef-9692-c4f6f32a9c4b-17850613712_thumb250.jpg",
    "song": "Sophisticated Honky",
    "track_id": "74c27de6-c5a3-387a-a98c-54dad6846bcd",
    "recording_id": "07515a7d-6558-4d13-b0c6-01700bedd90e",
    "artist": "Orgone",
    "artist_ids": [
        "8a7a7d2c-f9c9-475b-be6d-daceaeba8f32"
    ],
    "album": "The Killion Floor",
    "release_id": "240e9e5d-0e2a-4fef-9692-c4f6f32a9c4b",
    "release_group_id": "2a94c53e-a288-368b-b063-1058d932e3c8",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2007-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orgone is an 8-piece soul machine from L.A.: \nhttps://orgonemusic.bandcamp.com/track/sophisticated-honky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}