Information about plays

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

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

{
    "id": 3576801,
    "uri": "https://api.kexp.org/v2/plays/3576801/?format=api",
    "airdate": "2025-11-11T10:45:29-08:00",
    "show": 65081,
    "show_uri": "https://api.kexp.org/v2/shows/65081/?format=api",
    "image_uri": "https://dn710005.ca.archive.org/0/items/mbid-a6f302e2-768d-45f6-8113-bdbd6061a6d6/mbid-a6f302e2-768d-45f6-8113-bdbd6061a6d6-26799075329_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-a6f302e2-768d-45f6-8113-bdbd6061a6d6/mbid-a6f302e2-768d-45f6-8113-bdbd6061a6d6-26799075329_thumb250.jpg",
    "song": "Don't Come the Cowboy With Me Sonny Jim",
    "track_id": "6df5d1f7-8d0c-4af5-a2b7-3bec4a6b3acc",
    "recording_id": "c95620d2-15ac-44bc-a871-5d7ebd1dff0f",
    "artist": "Kirsty MacColl",
    "artist_ids": [
        "f63f2884-56d3-47f3-8a7e-72c324758730"
    ],
    "album": "Galore",
    "release_id": "ce59726c-2b5e-4172-85c4-70776b43745a",
    "release_group_id": "a844c744-db88-312b-b60d-c233058d3d8b",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., gifted singer Kirsty MacColl, who died tragically in 2000 in a diving accident when she was 41: https://www.theguardian.com/news/2000/dec/20/guardianobituaries.adamsweeting",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}