Information about plays

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

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

{
    "id": 3589459,
    "uri": "https://api.kexp.org/v2/plays/3589459/?format=api",
    "airdate": "2025-12-10T19:36:46-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "https://coverartarchive.org/release/5efa6530-a3fb-4e34-b18a-1d3683bf6c9d/12473839081-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5efa6530-a3fb-4e34-b18a-1d3683bf6c9d/12473839081-250.jpg",
    "song": "Love will Find A Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Pharoah Sanders",
    "artist_ids": [
        "b3a0912a-a62a-4388-9368-7cb21ed5caf9"
    ],
    "album": "Pharoah",
    "release_id": null,
    "release_group_id": "49513ec4-1bcf-3780-b8be-935c4491cd59",
    "labels": [
        "India Navigation"
    ],
    "label_ids": [
        "2571d855-aa62-4009-9bc0-ebd9f4f70721"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}