Information about plays

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

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

{
    "id": 3549099,
    "uri": "https://api.kexp.org/v2/plays/3549099/?format=api",
    "airdate": "2025-09-05T04:53:26-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia803409.us.archive.org/29/items/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b-2589359162_thumb500.jpg",
    "thumbnail_uri": "https://ia803409.us.archive.org/29/items/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b/mbid-553849ea-0c72-3239-af7a-f59a8e048f0b-2589359162_thumb250.jpg",
    "song": "How Soon Is Now?",
    "track_id": "ae0f77b4-e170-38c4-9f41-05716aff3f34",
    "recording_id": "cae8bbec-c2ff-4972-9218-8f90acb07b1b",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Meat Is Murder",
    "release_id": "553849ea-0c72-3239-af7a-f59a8e048f0b",
    "release_group_id": "0d56a04c-045a-37db-bcc3-6c7099e94f16",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1993-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as a 1984 b-side to the single \"Heaven Knows I'm Miserable Now\", then included on 1984's \"Hatful of Hollow\" This song was recorded during a four-day period along with \"William, It Was Really Nothing\" and \"Please, Please, Please, Let Me Get What I Want.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}