Information about plays

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

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

{
    "id": 3559071,
    "uri": "https://api.kexp.org/v2/plays/3559071/?format=api",
    "airdate": "2025-09-29T02:45:42-07:00",
    "show": 64696,
    "show_uri": "https://api.kexp.org/v2/shows/64696/?format=api",
    "image_uri": "https://coverartarchive.org/release/2606f5b2-f19b-41d3-a847-a286d1abdad2/28233747005-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2606f5b2-f19b-41d3-a847-a286d1abdad2/28233747005-250.jpg",
    "song": "Minor Impulse",
    "track_id": null,
    "recording_id": "389625e6-a6a5-476d-9dbc-f4a17c331e65",
    "artist": "Ike Quebec",
    "artist_ids": [
        "d2301fc2-4416-477d-a4ca-5c5d98d0a998"
    ],
    "album": "Blue and Sentimental",
    "release_id": null,
    "release_group_id": "30c773e2-c556-3feb-ae06-da8efaa1f4de",
    "labels": [
        "Music Matters Ltd."
    ],
    "label_ids": [
        "e0b2d990-965d-4a64-a95e-1eabe5818d0d"
    ],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Top 5 Blue Note Desert Island album pick",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}