Information about plays

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

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

{
    "id": 3632931,
    "uri": "https://api.kexp.org/v2/plays/3632931/?format=api",
    "airdate": "2026-03-24T01:21:28-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e281dc3-dfb9-4468-8dd1-d7324a7bbb82/6434569595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e281dc3-dfb9-4468-8dd1-d7324a7bbb82/6434569595-250.jpg",
    "song": "Black Ice",
    "track_id": null,
    "recording_id": "52324e56-8d82-4128-a6f6-3a7c236deb6e",
    "artist": "Goodie Mob feat. OutKast",
    "artist_ids": [
        "ade9b668-e38f-41a8-a6e5-51442c5d6468",
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Still Standing",
    "release_id": null,
    "release_group_id": "4b1f9b42-eb47-30b2-b26e-fb39133495f6",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1998-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CeeLo Green and the rest of the Goodie Mob crew's 1998 sophomore release 'Still Standing' featured André 3000 with OutKast as well as Witchdoctor. Atlanta production team Organized Noize (Rico Wade, Ray Murray and Sleepy Brown) co-executive produced the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}