Information about plays

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

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

{
    "id": 3584379,
    "uri": "https://api.kexp.org/v2/plays/3584379/?format=api",
    "airdate": "2025-11-29T03:51:54-08:00",
    "show": 65237,
    "show_uri": "https://api.kexp.org/v2/shows/65237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "exo",
    "track_id": "093136c9-d65f-441d-9114-634500e98c00",
    "recording_id": "a4c4e9c6-dbe3-4304-8871-a8125192ea45",
    "artist": "Crushed",
    "artist_ids": [
        "6e95cbcc-57d1-4723-8388-77cb367f6c31"
    ],
    "album": "no scope",
    "release_id": "870bae1a-01ef-4247-91a0-843dd96a6a05",
    "release_group_id": "e427c4c8-8e3b-4ac7-a0c0-abb649737446",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}