Information about plays

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

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

{
    "id": 3546566,
    "uri": "https://api.kexp.org/v2/plays/3546566/?format=api",
    "airdate": "2025-08-30T04:09:28-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-7d58b821-c91e-4fe7-b83d-cb4e6267c0f7/mbid-7d58b821-c91e-4fe7-b83d-cb4e6267c0f7-26320804683_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-7d58b821-c91e-4fe7-b83d-cb4e6267c0f7/mbid-7d58b821-c91e-4fe7-b83d-cb4e6267c0f7-26320804683_thumb250.jpg",
    "song": "Fear Is a Lie",
    "track_id": "ae183ea3-9278-4550-9834-95bf3f953e82",
    "recording_id": "2bfd1995-3caa-4c4d-b367-f16e8aaf2ace",
    "artist": "Sweet Spirit",
    "artist_ids": [
        "4bc7c9c1-0c5d-4787-9a9e-6e5db9f8368a"
    ],
    "album": "Trinidad",
    "release_id": "7d58b821-c91e-4fe7-b83d-cb4e6267c0f7",
    "release_group_id": "9e737627-503c-46b6-bc69-ce24cd051888",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2020-05-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}