Information about plays

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

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

{
    "id": 3547279,
    "uri": "https://api.kexp.org/v2/plays/3547279/?format=api",
    "airdate": "2025-08-31T18:53:19-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/b30eaa6b-f9f1-4b4c-9fe3-85704821f5f6/13500343931-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b30eaa6b-f9f1-4b4c-9fe3-85704821f5f6/13500343931-250.jpg",
    "song": "High Hopes",
    "track_id": null,
    "recording_id": "ace4ff16-0bd5-494f-8fa2-4461237bb00f",
    "artist": "The S.O.S. Band",
    "artist_ids": [
        "39515237-2d70-436a-800c-fcbac974bec4"
    ],
    "album": "S.O.S. III",
    "release_id": null,
    "release_group_id": "d5b42642-cca5-3562-a56c-b175bd37dcaa",
    "labels": [
        "Tabu Records"
    ],
    "label_ids": [
        "071ed4dc-4266-478c-84b8-ec29fb319cfe"
    ],
    "release_date": "1982-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first hit song written by Minneapolis production duo and former The Time members Jimmy Jam & Terry Lewis. \"High Hopes\" hit number 25 on the R&B charts, followed  by the album coming in at number 27 in late 1982.\nhttps://www.thesosband.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}