Information about plays

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

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

{
    "id": 3620434,
    "uri": "https://api.kexp.org/v2/plays/3620434/?format=api",
    "airdate": "2026-02-21T17:44:40-08:00",
    "show": 65994,
    "show_uri": "https://api.kexp.org/v2/shows/65994/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d-4808490826_thumb500.jpg",
    "thumbnail_uri": "https://dn710305.ca.archive.org/0/items/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d-4808490826_thumb250.jpg",
    "song": "Ride a White Horse",
    "track_id": "e7ec43e8-6dd8-34b9-87f7-8684fcd195e6",
    "recording_id": "67e5c5e3-a77b-4768-805c-030fb31bcda6",
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Supernature",
    "release_id": "1b42d466-9ee3-34bf-896d-e338546bae9d",
    "release_group_id": "237b9e12-c7e2-388f-a37e-3be768518b71",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}