Information about plays

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

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

{
    "id": 3599464,
    "uri": "https://api.kexp.org/v2/plays/3599464/?format=api",
    "airdate": "2026-01-03T00:30:35-08:00",
    "show": 65545,
    "show_uri": "https://api.kexp.org/v2/shows/65545/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "tv off",
    "track_id": null,
    "recording_id": "4d46af32-8ee0-485a-983e-b765dfabc95f",
    "artist": "Kendrick Lamar feat. Lefty GunPlay",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "9f57f48c-706e-4dc3-9c67-a790e44ae930"
    ],
    "album": "GNX",
    "release_id": null,
    "release_group_id": "32cb822c-a14e-49ce-a169-f209c5f31e0f",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}