Information about plays

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

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

{
    "id": 3589790,
    "uri": "https://api.kexp.org/v2/plays/3589790/?format=api",
    "airdate": "2025-12-11T14:53:40-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Heart Part 1",
    "track_id": null,
    "recording_id": "23aa9ab1-24c5-4998-89b3-6cc6611c357b",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "The Heart Part 1",
    "release_id": null,
    "release_group_id": "9b17bca1-9ef4-41c2-aaab-300e7d000db6",
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2010-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2010, Kendrick Lamar directly sampled many elements of Yasiin Bey's 1999 \"Umi Says.\"\n--\nHere's the video for \"The Heart Part 1\": https://www.youtube.com/watch?v=FjSfelCds6g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}