Information about plays

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

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

{
    "id": 3548649,
    "uri": "https://api.kexp.org/v2/plays/3548649/?format=api",
    "airdate": "2025-09-04T01:32:08-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/54e8c49f-d2c4-4bc8-9428-8bb81857b531/29808223683-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54e8c49f-d2c4-4bc8-9428-8bb81857b531/29808223683-250.jpg",
    "song": "Funkytown",
    "track_id": null,
    "recording_id": "2990455d-968d-428c-b6ef-75e617feaad3",
    "artist": "Lipps, Inc.",
    "artist_ids": [
        "9f47e427-c31c-49fe-90d6-92ab6029d405"
    ],
    "album": "Mouth to Mouth",
    "release_id": null,
    "release_group_id": "677907c6-7591-3947-a838-5de2093453af",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1980-01-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Funkytown\" spent four weeks at number one on the Billboard Hot 100 when this debuted in 1979!\n\nBand member Steven Greenberg, with dreams of moving to New York, wrote this song while the band was living in Minneapolis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}