Information about plays

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

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

{
    "id": 3579443,
    "uri": "https://api.kexp.org/v2/plays/3579443/?format=api",
    "airdate": "2025-11-17T15:01:19-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://coverartarchive.org/release/e171158f-e214-4e3e-b675-7a09af81da37/24716816476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e171158f-e214-4e3e-b675-7a09af81da37/24716816476-250.jpg",
    "song": "It Gets Heavy",
    "track_id": null,
    "recording_id": "26b4011b-f74a-4e40-9992-d4712a3a4b2a",
    "artist": "Tommy Guerrero feat. Gresham Taylor",
    "artist_ids": [
        "67fb65b5-6589-47f0-9371-8a40eb268dfb",
        "01b0ed7d-ca21-4828-93ab-da77e87d7c92"
    ],
    "album": "Soul Food Taqueria",
    "release_id": null,
    "release_group_id": "72377b71-e9cd-4588-9d20-8297aa61f2df",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tommy Guerrero used money from a pro-skateboarding deal to buy his first recording equipment, which was a four-track recorder and a drum machine. His two passions have been intertwined since the beginning of his career, with his success in skateboarding directly enabling his music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}