Information about plays

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

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

{
    "id": 3548904,
    "uri": "https://api.kexp.org/v2/plays/3548904/?format=api",
    "airdate": "2025-09-04T16:29:27-07:00",
    "show": 64474,
    "show_uri": "https://api.kexp.org/v2/shows/64474/?format=api",
    "image_uri": "https://ia601000.us.archive.org/10/items/mbid-30b3443f-de5b-4b0b-b2d5-434000817868/mbid-30b3443f-de5b-4b0b-b2d5-434000817868-42940818684_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-30b3443f-de5b-4b0b-b2d5-434000817868/mbid-30b3443f-de5b-4b0b-b2d5-434000817868-42940818684_thumb250.jpg",
    "song": "Loser",
    "track_id": "83547602-63ed-4480-a44a-44ac222aa060",
    "recording_id": "ec87b2e6-3d7e-4121-96a3-051fe779de6f",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Loser",
    "release_id": "30b3443f-de5b-4b0b-b2d5-434000817868",
    "release_group_id": "a4523c92-a07e-4498-9c9d-ea71fefe9975",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-09-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Tame Impala!\n\nStranger Things’ Joe Keery stars in the music video for Kevin Parker’s new single. \nWatch the official video for the track here: https://youtu.be/s3a4OQR-10M\n\nRead more about Tame Impala and the new release here: https://pitchfork.com/news/tame-impala-share-video-for-new-song-loser-watch/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}