Information about plays

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

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

{
    "id": 3544174,
    "uri": "https://api.kexp.org/v2/plays/3544174/?format=api",
    "airdate": "2025-08-24T11:16:51-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/498a6e7a-da0f-4739-94a2-11e5873956d3/11436135257-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/498a6e7a-da0f-4739-94a2-11e5873956d3/11436135257-250.jpg",
    "song": "Nineteen Hundred and Eighty Five",
    "track_id": null,
    "recording_id": "ec73c993-ac37-40c9-920d-c9f80cd53e1b",
    "artist": "Paul McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "Band on the Run",
    "release_id": null,
    "release_group_id": "2b678170-1c4e-3e61-b18c-f889fc1537b3",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1973-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "McCartney and Wings recorded this album in one of EMI’s studios in Lagos, Nigeria, unprepared for the harsh realities of the country at the time, with McCartney being robbed of lyrics and cassettes while out at night.\nhttps://www.ibtimes.com/band-run-40-years-ago-paul-mccartney-saved-his-career-album-made-under-duress-nigeria-1346223",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}