Information about plays

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

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

{
    "id": 3556225,
    "uri": "https://api.kexp.org/v2/plays/3556225/?format=api",
    "airdate": "2025-09-22T06:58:47-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://ia801503.us.archive.org/6/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/6/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb250.jpg",
    "song": "Crystal Days",
    "track_id": "63af91d4-ac54-3716-85b1-8e9f1eae3aeb",
    "recording_id": "cbd02fda-0db1-4212-b98c-db8b5bcd2809",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "d98c325b-0632-4fe2-aa1e-2ef07d18477f",
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records",
        "Rhino"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Peter!\n\nStay tuned for The Morning Show with John!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}