Information about plays

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

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

{
    "id": 3537812,
    "uri": "https://api.kexp.org/v2/plays/3537812/?format=api",
    "airdate": "2025-08-09T06:40:49-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "https://coverartarchive.org/release/faa99db4-eaa9-485e-aafa-c7218c42eaaa/41928452590-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/faa99db4-eaa9-485e-aafa-c7218c42eaaa/41928452590-250.jpg",
    "song": "Juvenil",
    "track_id": null,
    "recording_id": "9069fe0a-85d7-45ba-8a42-169ea2fbcdf7",
    "artist": "AMORE, LeChatelier",
    "artist_ids": [],
    "album": "Top Hits, Ballads, etc…",
    "release_id": null,
    "release_group_id": "f12ab7b9-e828-48e2-bc36-c932fa777317",
    "labels": [
        "Cash Money Records"
    ],
    "label_ids": [],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}