Information about plays

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

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

{
    "id": 3603868,
    "uri": "https://api.kexp.org/v2/plays/3603868/?format=api",
    "airdate": "2026-01-13T13:29:22-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Punk Rocky",
    "track_id": "2e3fc429-e1aa-496d-b115-a54662082bc8",
    "recording_id": "4f120766-a704-4abe-a643-a48f52e9fa34",
    "artist": "A$AP Rocky",
    "artist_ids": [
        "25b7b584-d952-4662-a8b9-dd8cdfbfeb64"
    ],
    "album": "Punk Rocky",
    "release_id": "a62f293a-6066-4249-b263-682484f77542",
    "release_group_id": "8a115047-6cd8-4738-9091-7d9a436d4471",
    "labels": [
        "RCA",
        "A$AP Worldwide"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "b8093516-df1e-487c-9966-72265f63805f"
    ],
    "release_date": "2026-01-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from A$AP Rocky!\n\nCheck out the Official Music Video for \"Punk Rocky\" here, enjoy:\nhttps://www.youtube.com/watch?v=lCp0BmcFPQ8&list=RDlCp0BmcFPQ8&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}