Information about plays

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

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

{
    "id": 3597641,
    "uri": "https://api.kexp.org/v2/plays/3597641/?format=api",
    "airdate": "2025-12-29T14:51:31-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late Night",
    "track_id": null,
    "recording_id": "ec62d294-ccbe-4362-91f4-bf24f4dce7db",
    "artist": "2Pac feat. DJ Quik & Outlawz",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2",
        "542f4f08-4d8f-48db-a414-d3a33a62929f",
        "60f063f4-0ad9-4070-9801-3cf017728c44"
    ],
    "album": "Better Dayz",
    "release_id": null,
    "release_group_id": "8109a8b5-4740-3470-be92-10748c94e090",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also taken from 1975's 'Places and Spaces'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}