Information about plays

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

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

{
    "id": 3500213,
    "uri": "https://api.kexp.org/v2/plays/3500213/?format=api",
    "airdate": "2025-05-12T00:27:39-07:00",
    "show": 63437,
    "show_uri": "https://api.kexp.org/v2/shows/63437/?format=api",
    "image_uri": "https://coverartarchive.org/release/34049d3f-e367-4002-bd6b-1454f738769c/17086777809-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34049d3f-e367-4002-bd6b-1454f738769c/17086777809-250.jpg",
    "song": "333",
    "track_id": null,
    "recording_id": "94f9b88e-7958-4c58-b83e-1145a0d75102",
    "artist": "Fleur Shore",
    "artist_ids": [
        "3ba51e61-2487-4d15-87eb-f1728090ff2e"
    ],
    "album": "pot-pourri~tribute to TOMOSUKE~",
    "release_id": null,
    "release_group_id": "4c8da671-ff67-3466-9cca-3fd8ecccc8a5",
    "labels": [
        "tri-bute cafe"
    ],
    "label_ids": [
        "9d280eae-3254-47c1-832e-ef37468f163b"
    ],
    "release_date": "2006-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}