Information about plays

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

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

{
    "id": 3599741,
    "uri": "https://api.kexp.org/v2/plays/3599741/?format=api",
    "airdate": "2026-01-03T18:00:09-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Tuned (feat. Sojourn)",
    "track_id": "1f20af24-2c80-30da-8095-8b16690c44c2",
    "recording_id": "2b7d16c9-8f2d-4019-b10f-088d0d21a6c4",
    "artist": "Ohmega Watts",
    "artist_ids": [
        "5f0c668b-aa98-48bd-b87a-b71e3e724836"
    ],
    "album": "The Find",
    "release_id": "dc1e2a6e-e20b-4a4f-911a-1771b648c9c5",
    "release_group_id": "a386086d-2393-3e1d-ac19-58016eec43cd",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ohmega Watts, real name Milton Campbell, is an American hip hop producer and vocalist from Brooklyn, New York and based in Portland Oregon. He releases music under the name Ohmega Watts and as a part of the Lightheaded crew.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}