Information about plays

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

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

{
    "id": 3589985,
    "uri": "https://api.kexp.org/v2/plays/3589985/?format=api",
    "airdate": "2025-12-12T03:12:11-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mural",
    "track_id": null,
    "recording_id": "b7763738-b647-473d-aca4-8acc5d9c3897",
    "artist": "Lupe Fiasco",
    "artist_ids": [
        "cf15719f-51f9-4db8-a15d-5eed9664ce69"
    ],
    "album": "Tetsuo & Youth",
    "release_id": null,
    "release_group_id": "8f121156-7c32-4329-9001-50c8ee1635be",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2015-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear it? Lupe Fiasco sampled Cortiex's \"Chanson d'un jour d'hiver.\"\n--\nWhew!  This song is almost 9 minutes long.  Want to read what Lupe Fiasco is spitting?: https://www.songfacts.com/lyrics/lupe-fiasco/mural",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}