Information about plays

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

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

{
    "id": 3554023,
    "uri": "https://api.kexp.org/v2/plays/3554023/?format=api",
    "airdate": "2025-09-17T02:56:44-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia903201.us.archive.org/5/items/mbid-2ebbb3f4-41d3-4da9-85dd-4d0bf729a6e8/mbid-2ebbb3f4-41d3-4da9-85dd-4d0bf729a6e8-4432676771_thumb500.jpg",
    "thumbnail_uri": "https://ia803201.us.archive.org/5/items/mbid-2ebbb3f4-41d3-4da9-85dd-4d0bf729a6e8/mbid-2ebbb3f4-41d3-4da9-85dd-4d0bf729a6e8-4432676771_thumb250.jpg",
    "song": "We Ain't Free",
    "track_id": "c5a63d1e-5ad9-3a95-bb63-644a2b5a1d73",
    "recording_id": "0e7ea6b7-b103-4ae1-9613-9fe626dc6b12",
    "artist": "Boscoe",
    "artist_ids": [
        "de2b2fb3-b4bf-47b5-80a0-42bd4b38cc43"
    ],
    "album": "Boscoe",
    "release_id": "2ebbb3f4-41d3-4da9-85dd-4d0bf729a6e8",
    "release_group_id": "742c978b-930e-32d9-85a8-93ca92bbe5a5",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The protest song \"We Ain't Free\" is a jazz-funk track by the little-known band Boscoe. Released on their only self-titled album in 1973, the song is a dark, ironic parody of \"The Star-Spangled Banner\" that serves as a critique of systemic oppression.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}