Information about plays

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

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

{
    "id": 3635156,
    "uri": "https://api.kexp.org/v2/plays/3635156/?format=api",
    "airdate": "2026-03-29T14:22:50-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3-32541297932_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3/mbid-eb90ed7b-be7e-438e-94b4-95ef97d2def3-32541297932_thumb250.jpg",
    "song": "Punker Plus",
    "track_id": "22d61350-4dfe-35ee-8afd-b5078a036146",
    "recording_id": "702a6f90-0b26-4d85-b1cf-ceded3a8ca47",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "This Island",
    "release_id": "eb90ed7b-be7e-438e-94b4-95ef97d2def3",
    "release_group_id": "799d5033-ff8d-3c12-9821-4f92eb50b8a7",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2004-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}