Information about plays

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

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

{
    "id": 3550475,
    "uri": "https://api.kexp.org/v2/plays/3550475/?format=api",
    "airdate": "2025-09-08T14:30:28-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia600302.us.archive.org/18/items/mbid-ee9cfb57-d829-3b2b-9b01-98a96f364a84/mbid-ee9cfb57-d829-3b2b-9b01-98a96f364a84-13193150965_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/18/items/mbid-ee9cfb57-d829-3b2b-9b01-98a96f364a84/mbid-ee9cfb57-d829-3b2b-9b01-98a96f364a84-13193150965_thumb250.jpg",
    "song": "Dog With Sharper Teeth",
    "track_id": "b9683d0d-7fdb-3ea9-a16b-c132c87ec493",
    "recording_id": "a1093768-a724-4120-a791-f2660fdf4c5b",
    "artist": "Daisy Chainsaw",
    "artist_ids": [
        "bd5280cb-5bbd-45c8-9891-a963692c1890"
    ],
    "album": "Eleventeen",
    "release_id": "2c3f90df-ea86-4865-b8cf-5f140032d6e3",
    "release_group_id": "5e65403a-7951-3c87-8342-ae835ef9fa80",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}