Information about plays

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

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

{
    "id": 3629219,
    "uri": "https://api.kexp.org/v2/plays/3629219/?format=api",
    "airdate": "2026-03-15T09:53:50-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d6c5813-ebc0-4c88-95cf-814e4ea5dbba/20052226082-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8d6c5813-ebc0-4c88-95cf-814e4ea5dbba/20052226082-250.jpg",
    "song": "Pork Chop",
    "track_id": null,
    "recording_id": "b493e745-9750-4a2c-8a18-596c3cc81276",
    "artist": "Jimmy Smith",
    "artist_ids": [
        "4f8a0d9b-5777-40da-b29a-e9753d5ae693"
    ],
    "album": "Rockin’ the Boat",
    "release_id": null,
    "release_group_id": "182f9523-dd1b-3331-9768-b9301f3d56cc",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1963-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Philly organist recorded this album at the legendary Van Gelder Studio in Englewood Cliffs, NJ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}