Information about plays

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

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

{
    "id": 3640159,
    "uri": "https://api.kexp.org/v2/plays/3640159/?format=api",
    "airdate": "2026-04-10T04:28:25-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late Nights and Early Mornings",
    "track_id": null,
    "recording_id": "27e9c9f9-532c-41d2-a02b-b630045ab75e",
    "artist": "Nipsey Hussle",
    "artist_ids": [
        "410bbb19-8309-4a0b-9f87-3d65bde4a826"
    ],
    "album": "The Marathon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cinematic Music Group"
    ],
    "label_ids": [
        "14f44c21-edff-4443-be86-83a9ce451085"
    ],
    "release_date": "2010-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}