Information about plays

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

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

{
    "id": 3524804,
    "uri": "https://api.kexp.org/v2/plays/3524804/?format=api",
    "airdate": "2025-07-09T16:12:08-07:00",
    "show": 63967,
    "show_uri": "https://api.kexp.org/v2/shows/63967/?format=api",
    "image_uri": "https://ia903106.us.archive.org/17/items/mbid-0d8d50e3-6899-4bad-8780-3713f2b87e10/mbid-0d8d50e3-6899-4bad-8780-3713f2b87e10-29709457239_thumb500.jpg",
    "thumbnail_uri": "https://ia903106.us.archive.org/17/items/mbid-0d8d50e3-6899-4bad-8780-3713f2b87e10/mbid-0d8d50e3-6899-4bad-8780-3713f2b87e10-29709457239_thumb250.jpg",
    "song": "HOT WIND BLOWS",
    "track_id": "ce2d9eda-cbcc-4aa5-b8b8-1f247f88b04c",
    "recording_id": "2f3e516d-0ccb-4d53-8330-5297ea7a5b53",
    "artist": "Tyler, the Creator",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "CALL ME IF YOU GET LOST",
    "release_id": "0d8d50e3-6899-4bad-8780-3713f2b87e10",
    "release_group_id": "c65de046-7a48-4269-b4e5-4db0ed328f47",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2021-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Weezy\n\nThis song was written by Lil Wayne alongside Tyler, the Creator, with the latter producing it. \"HOT WIND BLOWS\" samples multiple elements of  \"Slow Hot Wind\" by Penny Goodwin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}