Information about plays

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

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

{
    "id": 3612207,
    "uri": "https://api.kexp.org/v2/plays/3612207/?format=api",
    "airdate": "2026-02-02T08:37:30-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://ia600207.us.archive.org/19/items/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0-5555186081_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/19/items/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0-5555186081_thumb250.jpg",
    "song": "Say It Loud (I'm Black and I'm Proud), Part 1",
    "track_id": "e3f6c096-2359-390d-89c4-374993a14969",
    "recording_id": "3fe7d088-e69a-42c8-aafd-552783313dc8",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "20 All Time Greatest Hits!",
    "release_id": "2c6b376f-0357-4683-a1d8-2a5df30f0ad0",
    "release_group_id": "a2c447f9-2439-3af6-80ff-f26207a788e3",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SAY IT LOUD\n\nCypress Hill sampled this song for \"Insane in the Brain.\"\n---\nFirst released in 1968, James Brown penned this song with his bandleader Alfred \"Pee Wee\" Ellis. \n\nHere's James Brown performing it live on \"Soul Train\": https://www.youtube.com/watch?v=dx_FoUA729E&list=RDdx_FoUA729E&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}