Information about plays

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

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

{
    "id": 3610649,
    "uri": "https://api.kexp.org/v2/plays/3610649/?format=api",
    "airdate": "2026-01-29T14:20:55-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like Today",
    "track_id": null,
    "recording_id": "e664ee30-d1ca-4940-8065-463111a782e9",
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "Lucy Ford: The Atmosphere EPs",
    "release_id": null,
    "release_group_id": "a19a0f88-fd84-349e-9c5b-00c979945f53",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2001-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Like Today\" contains samples of \"Since We Said Goodbye\" by The Counts and \"La Di Da Di\" by Doug E. Fresh and Slick Rick.\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}