Information about plays

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

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

{
    "id": 3617154,
    "uri": "https://api.kexp.org/v2/plays/3617154/?format=api",
    "airdate": "2026-02-13T23:22:41-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd-23773813991_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd/mbid-a450eb57-0607-458f-b2a1-6222cf1b01dd-23773813991_thumb250.jpg",
    "song": "Trouble",
    "track_id": "91f349a8-e4ad-4222-ab11-a365e5e612a8",
    "recording_id": "0f4f40f8-0739-4fdc-9c76-7bd226a67d21",
    "artist": "Gifted Gab feat. Silver Shadow D",
    "artist_ids": [
        "efa7fbc3-a47a-4631-8716-61a77f5a49f1",
        "b775cccf-c07a-4b1e-92ee-ee75dfaa18e2"
    ],
    "album": "Gab the Most High",
    "release_id": "a450eb57-0607-458f-b2a1-6222cf1b01dd",
    "release_group_id": "d35ee8b1-58ed-4123-8e81-61591c3c66ba",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-05-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}