Information about plays

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

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

{
    "id": 3572590,
    "uri": "https://api.kexp.org/v2/plays/3572590/?format=api",
    "airdate": "2025-11-01T12:37:48-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got You",
    "track_id": "61101252-99db-4742-9034-f1bb0cf58261",
    "recording_id": "7b862bc2-58a4-4d3f-bc1b-b0c15fc17316",
    "artist": "Split Enz",
    "artist_ids": [
        "2bbdc83c-3d4d-44f4-8e26-6bc748d358dd"
    ],
    "album": "True Colours",
    "release_id": "c52e779a-9469-4c99-9f29-73091b6c8f03",
    "release_group_id": "8a18ff76-747f-34a1-a8b7-cd059cc6d7ce",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The core of Split Enz were the brothers Neil (vocals) and Tim (guitar) Finn. Neil later formed Crowded House, which Tim joined for their third album. Neil and Tim have also made music together as The Finn Brothers.\n\n--\n\nNeil Finn wrote and sang lead on this song, which went to the top of the Australian, New Zealand and Canadian charts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}