Information about plays

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

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

{
    "id": 3601593,
    "uri": "https://api.kexp.org/v2/plays/3601593/?format=api",
    "airdate": "2026-01-07T23:35:29-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talk To Me",
    "track_id": "6d181eeb-0858-46c5-b6c2-51a998abc87f",
    "recording_id": "3880eefb-60c2-47fe-b9c0-440e8a2daeab",
    "artist": "Robyn",
    "artist_ids": [
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Sexistential",
    "release_id": "67165826-e6b2-48ea-bd51-6a0ddd597790",
    "release_group_id": "ebe6e41d-3f9e-4633-b5b9-8752e31ceec7",
    "labels": [
        "Konichiwa Records"
    ],
    "label_ids": [
        "65cfad3e-f8cf-4b7a-91a9-dabf1ab8d860"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of two new tunes out now from the upcoming Robyn record due in March.\n\nhttps://robynkonichiwa.bandcamp.com/album/sexistential",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}