Information about plays

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

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

{
    "id": 3594269,
    "uri": "https://api.kexp.org/v2/plays/3594269/?format=api",
    "airdate": "2025-12-22T01:19:08-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "https://ia803108.us.archive.org/28/items/mbid-c0c13259-aead-48db-9bc3-8a88fdc1ea31/mbid-c0c13259-aead-48db-9bc3-8a88fdc1ea31-32757113419_thumb500.jpg",
    "thumbnail_uri": "https://ia903108.us.archive.org/28/items/mbid-c0c13259-aead-48db-9bc3-8a88fdc1ea31/mbid-c0c13259-aead-48db-9bc3-8a88fdc1ea31-32757113419_thumb250.jpg",
    "song": "It'll All Be Over",
    "track_id": "8d62d339-5f1a-4796-adc1-46d739040df0",
    "recording_id": "242d9fec-82c9-4868-89cb-841a4351f556",
    "artist": "The Supreme Jubilees",
    "artist_ids": [
        "a380460c-029c-481a-a8c7-0ccc0a7369db"
    ],
    "album": "It'll All Be Over",
    "release_id": "d60eb317-cad3-4db5-8bbc-9043f6144c4f",
    "release_group_id": "91b568e7-500e-4b6f-946e-bf7553e18281",
    "labels": [
        "S & K Records",
        "Light in the Attic Records"
    ],
    "label_ids": [
        "1ab82711-1241-4dee-88a9-3ce39806a397",
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2015-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}