Information about plays

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

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

{
    "id": 3523092,
    "uri": "https://api.kexp.org/v2/plays/3523092/?format=api",
    "airdate": "2025-07-05T18:53:24-07:00",
    "show": 63931,
    "show_uri": "https://api.kexp.org/v2/shows/63931/?format=api",
    "image_uri": "https://coverartarchive.org/release/b6b166b8-3a7e-4c11-a451-962dc0c3e265/38723282962-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b6b166b8-3a7e-4c11-a451-962dc0c3e265/38723282962-250.jpg",
    "song": "Pink Orange Red (Break Mode Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [],
    "album": "Edit Factory",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bed of Roses"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Another remix (this time by Portland's Break Mode!) of Cocteau Twins' gorgeous Pink Orange Red!\n\nhttps://soundcloud.com/bed_of_roses-1",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}