Information about plays

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

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

{
    "id": 3522910,
    "uri": "https://api.kexp.org/v2/plays/3522910/?format=api",
    "airdate": "2025-07-05T09:40:45-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b8ccb9c-d9f2-4748-b4ae-31bd00d54e3e/9960108680-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b8ccb9c-d9f2-4748-b4ae-31bd00d54e3e/9960108680-250.jpg",
    "song": "Black Liberation Struggle",
    "track_id": null,
    "recording_id": "850f4a78-63dc-456b-843f-dc724cbb8b44",
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Soon Forward",
    "release_id": null,
    "release_group_id": "4470148c-c941-31c0-9aaf-4935328a5e18",
    "labels": [],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gregory Anthony Isaacs OD was a Jamaican reggae musician. Milo Miles, writing in The New York Times, described Isaacs as \"the most exquisite vocalist in reggae\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}