Information about plays

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

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

{
    "id": 3624344,
    "uri": "https://api.kexp.org/v2/plays/3624344/?format=api",
    "airdate": "2026-03-02T09:10:07-08:00",
    "show": 66071,
    "show_uri": "https://api.kexp.org/v2/shows/66071/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Le bien, le mal",
    "track_id": "18dc5a38-1c30-3f2a-96a8-8b18365adfeb",
    "recording_id": "bea9be60-2d96-4ad2-8955-c48fabfdd165",
    "artist": "Guru",
    "artist_ids": [
        "215c6ab2-7888-4061-bd56-9fb650328106"
    ],
    "album": "Jazzmatazz, Volume 1",
    "release_id": "b249a0bc-6ca9-476c-94c1-67c272ad7a58",
    "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.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}