Information about plays

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

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

{
    "id": 3580000,
    "uri": "https://api.kexp.org/v2/plays/3580000/?format=api",
    "airdate": "2025-11-18T22:39:57-08:00",
    "show": 65149,
    "show_uri": "https://api.kexp.org/v2/shows/65149/?format=api",
    "image_uri": "https://ia801308.us.archive.org/33/items/mbid-363e9491-e566-4edf-af89-49eb9cf68a19/mbid-363e9491-e566-4edf-af89-49eb9cf68a19-37859176568_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-363e9491-e566-4edf-af89-49eb9cf68a19/mbid-363e9491-e566-4edf-af89-49eb9cf68a19-37859176568_thumb250.jpg",
    "song": "Pine",
    "track_id": "0d3e6650-2672-4219-b0f5-0c08d26e744c",
    "recording_id": "c11cae0b-b226-46e7-ab87-15d9cbe76f1a",
    "artist": "Lime Garden",
    "artist_ids": [
        "47d7fd0d-6598-43a0-b7b3-39bfff0d3ce4"
    ],
    "album": "One More Thing",
    "release_id": "363e9491-e566-4edf-af89-49eb9cf68a19",
    "release_group_id": "126a13d7-eea3-45c9-8daf-4def179c1d34",
    "labels": [
        "So Young Records"
    ],
    "label_ids": [
        "f6aa3f7b-77dd-4f29-90c8-5b7c6919b24e"
    ],
    "release_date": "2024-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}