Information about plays

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

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

{
    "id": 3574203,
    "uri": "https://api.kexp.org/v2/plays/3574203/?format=api",
    "airdate": "2025-11-05T06:06:56-08:00",
    "show": 65027,
    "show_uri": "https://api.kexp.org/v2/shows/65027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Solid",
    "track_id": "75371051-0d03-419d-bd93-4bca3952bf3d",
    "recording_id": "af149d69-6b0b-4488-a5aa-1069c7c0d809",
    "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": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cut Copy's first bit of new music since 2020's \"Freeze/Melt\" Cut Copy will be at The Showbox in Seattle on November 10th, and at The Regency Ballroom in San Francisco on November 13th. https://www.cutcopy.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}