Information about plays

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

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

{
    "id": 3585453,
    "uri": "https://api.kexp.org/v2/plays/3585453/?format=api",
    "airdate": "2025-12-01T14:41:49-08:00",
    "show": 65263,
    "show_uri": "https://api.kexp.org/v2/shows/65263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More",
    "track_id": "cdec71e2-19ba-341a-a18d-a0b4b5716aa0",
    "recording_id": "c587abc9-baca-49af-b1d3-686b5f9f9537",
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Blind",
    "release_id": "b33bf6d4-8acd-4f07-a0b3-fb7335bc4745",
    "release_group_id": "2a2ea74e-3964-3439-9280-c47e6af9b116",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.pastemagazine.com/music/the-sundays/time-capsule-the-sundays-blind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}