Information about plays

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

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

{
    "id": 3580438,
    "uri": "https://api.kexp.org/v2/plays/3580438/?format=api",
    "airdate": "2025-11-20T00:25:51-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance On",
    "track_id": "1dff4f25-49ea-4ba2-9e2b-ecaa0a0a60c5",
    "recording_id": "c392219e-14a2-448d-9b66-cf3330d7cf23",
    "artist": "Cassius",
    "artist_ids": [
        "256160e8-37fd-4f8c-a3ef-530ebbaa4b3d"
    ],
    "album": "Dance On",
    "release_id": "b6d33c81-951b-4b8e-83a5-f90c0bdfa25f",
    "release_group_id": "a245e825-927d-45da-a1f2-c5cf0e72ccfb",
    "labels": [
        "Justice",
        "Love Supreme"
    ],
    "label_ids": [
        "6ae40ec5-c227-4f6e-b774-d85055e2112b",
        "747eb9b5-808f-46d0-b558-d56bbb0909a1"
    ],
    "release_date": "2025-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from French electronic music duo Cassius. Under its various incarnations, the duo is considered one of the emblematic figures of the French touch, due to their international success in the second half of the 1990s.\n\nhttps://cassius1999.bandcamp.com\nhttps://cassius.paris/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}