Information about plays

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

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

{
    "id": 3588313,
    "uri": "https://api.kexp.org/v2/plays/3588313/?format=api",
    "airdate": "2025-12-08T01:16:59-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "https://coverartarchive.org/release/025ef231-8fe1-487d-940d-805c639b4843/17720393120-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/025ef231-8fe1-487d-940d-805c639b4843/17720393120-250.jpg",
    "song": "My Funny Valentine",
    "track_id": null,
    "recording_id": "b3ca1e78-6987-4975-8f2c-5e8c1843d3ea",
    "artist": "Jimmy Smith",
    "artist_ids": [
        "4f8a0d9b-5777-40da-b29a-e9753d5ae693"
    ],
    "album": "Groovin’ at Smalls’ Paradise",
    "release_id": null,
    "release_group_id": "04f17d08-1097-3d3a-91f7-c3aa6f950579",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lovely rendition of the standard with Eddie Mcfadden on guitar & Donald Bailey on Drums from this live set",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}