Information about plays

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

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

{
    "id": 3546561,
    "uri": "https://api.kexp.org/v2/plays/3546561/?format=api",
    "airdate": "2025-08-30T03:48:54-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia803100.us.archive.org/21/items/mbid-de1a922b-31e3-4537-8198-eeacdfdbd0ee/mbid-de1a922b-31e3-4537-8198-eeacdfdbd0ee-23358325743_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/21/items/mbid-de1a922b-31e3-4537-8198-eeacdfdbd0ee/mbid-de1a922b-31e3-4537-8198-eeacdfdbd0ee-23358325743_thumb250.jpg",
    "song": "Fear",
    "track_id": "fbd79b7f-1cd8-43bc-a0e5-b62105fc6138",
    "recording_id": "2b6442f3-6827-461f-8d02-e49ec98f4554",
    "artist": "Seratones",
    "artist_ids": [
        "19168b28-e876-4f17-83ef-e01475e2f1ae"
    ],
    "album": "Power",
    "release_id": "de1a922b-31e3-4537-8198-eeacdfdbd0ee",
    "release_group_id": "efb7039f-b759-4018-bab7-8256a9c7237a",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}