Information about plays

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

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

{
    "id": 3550680,
    "uri": "https://api.kexp.org/v2/plays/3550680/?format=api",
    "airdate": "2025-09-09T02:21:14-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://coverartarchive.org/release/70bad918-3388-4c06-ba27-84f5ac7767a2/41101015484-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70bad918-3388-4c06-ba27-84f5ac7767a2/41101015484-250.jpg",
    "song": "Nightclubbing",
    "track_id": null,
    "recording_id": "2cfbe62c-3b56-4726-a9da-1070f8bb76a8",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": null,
    "release_group_id": "8a0fff99-479d-3fe3-849f-0ddc8d22d304",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1981-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1981 was the year Grace Jones released her cover of \"Nightclubbing\" - a song written by David Bowie and Iggy Pop. Watch Grace Jones and Iggy Pop performing \"Nightclubbing\" together: https://youtu.be/Zq_rot2g_Uc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}