Information about plays

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

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

{
    "id": 3545436,
    "uri": "https://api.kexp.org/v2/plays/3545436/?format=api",
    "airdate": "2025-08-27T09:34:23-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0008a91-e5d6-46a8-893e-f11558220695/4277842419-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0008a91-e5d6-46a8-893e-f11558220695/4277842419-250.jpg",
    "song": "Got to Give It Up",
    "track_id": null,
    "recording_id": "405da40d-60fc-4535-9ad1-49c579193d3b",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Got to Give It Up",
    "release_id": null,
    "release_group_id": "a2caf0c2-7036-424c-9fc5-0135a212b162",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1977-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Got to give it up for our Amplifier requests today! Send in your requests and stories for Amplifiers Love Day! Go to KEXP.ORG (https://kexp.org/) to learn more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}