Information about plays

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

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

{
    "id": 3628405,
    "uri": "https://api.kexp.org/v2/plays/3628405/?format=api",
    "airdate": "2026-03-13T12:04:18-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0-5555186081_thumb500.jpg",
    "thumbnail_uri": "https://dn710807.ca.archive.org/0/items/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0-5555186081_thumb250.jpg",
    "song": "I Got You (I Feel Good)",
    "track_id": "1c9fde89-9c05-31ff-af68-068a8a0a8dc7",
    "recording_id": "4ca90ae4-3cce-4521-a21f-764c33b1169e",
    "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": "Feel good about being a part of this amazing music loving community.  \nSupport KEXP and listener powered radio now!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}