Information about plays

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

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

{
    "id": 3583552,
    "uri": "https://api.kexp.org/v2/plays/3583552/?format=api",
    "airdate": "2025-11-27T06:29:22-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pie",
    "track_id": "3a882a95-2e3e-3863-8855-4c8333187518",
    "recording_id": "8b56fbbc-7eb8-4802-a21b-fb62896aa7c9",
    "artist": "Karp",
    "artist_ids": [
        "50f50c49-6cca-45b7-8717-0af54a6ad469"
    ],
    "album": "Suplex",
    "release_id": "62c21bee-300c-4884-99c1-9bc9741957b4",
    "release_group_id": "17ed068c-3024-3e88-b0d7-4780abda0d21",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1995-10-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "THANKSGIVING JAM\n\nHardcore rock and metal band Karp was from Tumwater, Washington active from 1990-1998.\n\nA film was made about this local band, check out the 2011 Seattle Times article: https://bit.ly/3Xin8Nt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}