Information about plays

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

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

{
    "id": 3550872,
    "uri": "https://api.kexp.org/v2/plays/3550872/?format=api",
    "airdate": "2025-09-09T13:27:01-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://ia800304.us.archive.org/25/items/mbid-08ec762d-272f-438a-8c20-3998fa24dfac/mbid-08ec762d-272f-438a-8c20-3998fa24dfac-4283721824_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/25/items/mbid-08ec762d-272f-438a-8c20-3998fa24dfac/mbid-08ec762d-272f-438a-8c20-3998fa24dfac-4283721824_thumb250.jpg",
    "song": "Oh Sheit It's X",
    "track_id": "3c0da10b-6a5b-3d9f-9251-d283557ff632",
    "recording_id": "77840865-48b5-4fa0-918a-d2c55f6a3538",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Apocalypse",
    "release_id": "08ec762d-272f-438a-8c20-3998fa24dfac",
    "release_group_id": "ff4ea1e2-b924-4b20-b8ec-f8d59be1da62",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2013-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Thundercat’s second album Apocalypse, this song describes a crazy New Year’s party. \"That party was one of the most epic things that has ever happened,\" Thundercat told Rolling Stone with a laugh. \"Two and a half days of full-on shenanigans, man.\" \n\nCheck out the official music video! https://youtu.be/AsJfFL9OuA0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}