Information about plays

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

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

{
    "id": 3549308,
    "uri": "https://api.kexp.org/v2/plays/3549308/?format=api",
    "airdate": "2025-09-05T17:29:57-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C.R.E.A.M.",
    "track_id": "9318b774-74f5-3eaf-8d9b-da05ffd21e0c",
    "recording_id": "78328e57-52a0-4d97-94c4-333af2cc6971",
    "artist": "El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900"
    ],
    "album": "Fallin' Off the Reel",
    "release_id": "987e3021-d4c6-412a-aa54-51621375fdb7",
    "release_group_id": "d89f33b4-f1b1-40ea-87df-f2f953cb381f",
    "labels": [
        "Truth & Soul Records"
    ],
    "label_ids": [
        "317d48e3-7dc8-40da-a5c2-5cecfd018f04"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wu-Tang instrumental cover! The \"Fallin' Off the Reel\" collections bring every limited-edition Truth & Soul 45 -- normally released in strictly limited editions -- together on compilations for those of us too slow on the trigger to get the 45s!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}