Information about plays

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

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

{
    "id": 3591717,
    "uri": "https://api.kexp.org/v2/plays/3591717/?format=api",
    "airdate": "2025-12-16T04:20:00-08:00",
    "show": 65391,
    "show_uri": "https://api.kexp.org/v2/shows/65391/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1daac98-531b-4290-8c74-76c2c9a2ef42/4685570252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1daac98-531b-4290-8c74-76c2c9a2ef42/4685570252-250.jpg",
    "song": "Crumblin’ Erb",
    "track_id": null,
    "recording_id": "649e2872-672f-49c9-bda4-ac410c1f4f15",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Southernplayalisticadillacmuzik",
    "release_id": null,
    "release_group_id": "2ee919fe-eab8-3fb5-a069-ef0220c29e09",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Steve in Texas -- Thanks for the request!\n\nOutKast sampled Ohio Players' \"Sweet Sticky Thing,\" plus the drums from Isaac Hayes' \"Joe Bell\" and EPMD's \"You're a Customer.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}