Information about plays

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

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

{
    "id": 3632625,
    "uri": "https://api.kexp.org/v2/plays/3632625/?format=api",
    "airdate": "2026-03-23T05:35:32-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Express Yourself",
    "track_id": "eb6bc7bc-c68b-3bbd-869a-62c0d3a3b272",
    "recording_id": "74c1881d-ad0c-431f-94e7-b9a72c4d3d66",
    "artist": "Charles Wright & The Watts 103rd Street Rhythm Band",
    "artist_ids": [
        "38d92e5b-8945-4080-aac2-6f8f444682d4"
    ],
    "album": "Pure Soul Power",
    "release_id": "aab49b2f-f1c4-41b9-b8e2-1b3305e634de",
    "release_group_id": "cd5732dd-07dc-37f0-b1cf-9402a70ac5ec",
    "labels": [
        "Universal Music TV"
    ],
    "label_ids": [
        "1b498e6d-1c44-4b11-a479-4131f759fea7"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Gadson on drums!\n\nNominated for the Grammy Award for Best R&B Performance by a Duo or Group with Vocals in 1971. \n\nOfficial video here:\nhttps://www.youtube.com/watch?v=Ab4MsGoCjSs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}