Information about plays

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

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

{
    "id": 3555191,
    "uri": "https://api.kexp.org/v2/plays/3555191/?format=api",
    "airdate": "2025-09-19T22:53:52-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "https://coverartarchive.org/release/0413dcb6-fceb-4d0f-a850-b313619578a8/42411009445-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0413dcb6-fceb-4d0f-a850-b313619578a8/42411009445-250.jpg",
    "song": "Exhibit C",
    "track_id": null,
    "recording_id": "edc737b4-c5cf-46ca-872c-c96286f77dd0",
    "artist": "Jay Electronica",
    "artist_ids": [
        "8bf283b9-b1e2-4632-a953-eacd212a543e"
    ],
    "album": "Exhibit C",
    "release_id": null,
    "release_group_id": "a4220e61-ffaf-40d1-9000-92b6ef1312a7",
    "labels": [
        "Decon"
    ],
    "label_ids": [
        "336ab568-d2f2-430f-b0fa-07ab018f2eb0"
    ],
    "release_date": "2009-12-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}