Information about plays

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

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

{
    "id": 3593103,
    "uri": "https://api.kexp.org/v2/plays/3593103/?format=api",
    "airdate": "2025-12-19T14:08:03-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Alive",
    "track_id": "5065ad2d-4573-4203-8333-4df9242b9b4b",
    "recording_id": "e0fdef75-20d3-44fa-a1af-875c6942937b",
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Moments",
    "release_id": "4bf885ac-0775-4aad-9027-246491ff245b",
    "release_group_id": "b5fe115f-fd45-4602-85cc-d415e03434a0",
    "labels": [
        "Cutters Records"
    ],
    "label_ids": [
        "dd938612-63ab-45fb-a797-831bfadd7c97"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#55\n\nCut Copy's new album, Moments, came out in September! It's the band's seventh LP and first in five years. Have you been lucky enough to catch them out on tour recently? \n\nhttps://www.cutcopy.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}