Information about plays

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

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

{
    "id": 3551375,
    "uri": "https://api.kexp.org/v2/plays/3551375/?format=api",
    "airdate": "2025-09-10T17:19:57-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia800308.us.archive.org/6/items/mbid-b393bf2b-623a-36f5-8f7c-3656e2e5d93e/mbid-b393bf2b-623a-36f5-8f7c-3656e2e5d93e-5679486981_thumb500.jpg",
    "thumbnail_uri": "https://ia600308.us.archive.org/6/items/mbid-b393bf2b-623a-36f5-8f7c-3656e2e5d93e/mbid-b393bf2b-623a-36f5-8f7c-3656e2e5d93e-5679486981_thumb250.jpg",
    "song": "Born of Frustration",
    "track_id": "45601b5d-9965-3bf0-8de7-802173e646b8",
    "recording_id": "a8a81cad-0863-49ad-a15f-ce06f198e2a7",
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Seven",
    "release_id": "b393bf2b-623a-36f5-8f7c-3656e2e5d93e",
    "release_group_id": "f9a5b7c4-071f-3963-bafc-acac63a4dc44",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Born of Frustration\" was released from the group's fourth album, 'Seven', and reached number 13 in the United Kingdom. It was also a hit on US alternative radio, peaking at number five on the Billboard Modern Rock Tracks chart; it was the group's highest placement on this ranking until \"Laid\" reached number three in 1993. https://wearejames.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}