Information about plays

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

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

{
    "id": 3546200,
    "uri": "https://api.kexp.org/v2/plays/3546200/?format=api",
    "airdate": "2025-08-29T06:50:23-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://coverartarchive.org/release/b249a0bc-6ca9-476c-94c1-67c272ad7a58/39617583622-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b249a0bc-6ca9-476c-94c1-67c272ad7a58/39617583622-250.jpg",
    "song": "Le bien, le mal",
    "track_id": null,
    "recording_id": "bea9be60-2d96-4ad2-8955-c48fabfdd165",
    "artist": "Guru",
    "artist_ids": [
        "215c6ab2-7888-4061-bd56-9fb650328106"
    ],
    "album": "Jazzmatazz, Volume 1",
    "release_id": null,
    "release_group_id": "cb4db891-330d-394d-af54-3edc37e8416e",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 1993 solo debut from Guru -- Gifted Unlimited Rhymes Universal -- member of the duo Gang Starr! The album brought live jazz performances together with hip-hop production and rapping, with collabs from singers, jazz musicians, and French rapper MC Solaar. \n--\n\"Le Bien, Le Mal\" by Guru feat. MC Solaar sampled Gang Starr's \"Who's Gonna Take the Weight?\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}