Information about plays

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

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

{
    "id": 3548828,
    "uri": "https://api.kexp.org/v2/plays/3548828/?format=api",
    "airdate": "2025-09-04T12:23:36-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia601909.us.archive.org/3/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/3/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb250.jpg",
    "song": "My Girl",
    "track_id": "490c5c3c-9f9e-3d9b-bf6b-fbb6e14055a9",
    "recording_id": "a2e890c2-d341-403f-b875-719c0f24bb41",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Hitsville USA: The Motown Singles Collection 1959–1971",
    "release_id": "55e12b15-e080-42a8-af93-4301e3487a45",
    "release_group_id": "ebc5c8a7-5537-34b2-a7ad-a2bc50ba4a31",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This set of music is brought to you buy 90.Teen DJ Victoria Kee. She’s currently a student at Highline College through the Running Start Program. Victoria has been playing electric guitar for three years now and recently started learning the drums.\n\nLearn more about the 90.Teen program, whose aim of the program is to empower young people by building confidence, supporting career development, fostering positive thinking, honing curation skills, and providing hands-on experience in both technical and programmatic aspects of radio.\n\nhttps://www.kexp.org/shows/90.-teen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}