Information about plays

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

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

{
    "id": 3588052,
    "uri": "https://api.kexp.org/v2/plays/3588052/?format=api",
    "airdate": "2025-12-07T12:01:19-08:00",
    "show": 65314,
    "show_uri": "https://api.kexp.org/v2/shows/65314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk On By",
    "track_id": "86787088-6762-3b83-b87f-9fe7eddff3b8",
    "recording_id": "8a8c05ef-f689-4e39-b44b-645da52c9a10",
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Dead Presidents",
    "release_id": "ad22dcd4-46ba-3a13-9089-087f1c5f9e78",
    "release_group_id": "fe7d1ad2-26e0-35ca-87ea-290e46dde7e8",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This great song was composed by Burt Bacharach. Bacharach stated in a 1998 interview that he looked at his songs as \"three-and-a-half minute movies, with peak moments and not just one intensity level the whole way through.\"\n\nhttps://isaachayes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}