Information about plays

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

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

{
    "id": 3557631,
    "uri": "https://api.kexp.org/v2/plays/3557631/?format=api",
    "airdate": "2025-09-25T16:29:39-07:00",
    "show": 64659,
    "show_uri": "https://api.kexp.org/v2/shows/64659/?format=api",
    "image_uri": "https://ia802307.us.archive.org/14/items/mbid-1bfa4f85-bb61-4114-8a7b-590f7d1ce069/mbid-1bfa4f85-bb61-4114-8a7b-590f7d1ce069-30393308546_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-1bfa4f85-bb61-4114-8a7b-590f7d1ce069/mbid-1bfa4f85-bb61-4114-8a7b-590f7d1ce069-30393308546_thumb250.jpg",
    "song": "Ready, Steady Go",
    "track_id": "a6b0f56d-135f-38d0-b0fb-8469a2f1081e",
    "recording_id": "270d0674-4e40-49c0-80ee-aa9c09766b63",
    "artist": "Generation X",
    "artist_ids": [
        "4c141ecd-23f9-4881-9a8c-27e7e7af708c"
    ],
    "album": "Anthology",
    "release_id": "1bfa4f85-bb61-4114-8a7b-590f7d1ce069",
    "release_group_id": "45005de4-a3fa-360e-957a-ceb904764b1c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Generation X (later known as Gen X) were an English punk rock band from London in the late 1970s, primarily remembered today for being the musical starting point of the career of its frontman/vocalist, Billy Idol.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}