Information about plays

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

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

{
    "id": 3552370,
    "uri": "https://api.kexp.org/v2/plays/3552370/?format=api",
    "airdate": "2025-09-13T04:48:59-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia903200.us.archive.org/15/items/mbid-76e486d8-8ea4-3a8c-b0a1-989dfcf229ed/mbid-76e486d8-8ea4-3a8c-b0a1-989dfcf229ed-4396037684_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/15/items/mbid-76e486d8-8ea4-3a8c-b0a1-989dfcf229ed/mbid-76e486d8-8ea4-3a8c-b0a1-989dfcf229ed-4396037684_thumb250.jpg",
    "song": "B-Boys Makin’ With the Freak Freak",
    "track_id": "5cf68424-16b3-3fd0-966e-41e37daf720c",
    "recording_id": "5eacd251-cbf5-43cb-8463-a3bcdff9812f",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "76e486d8-8ea4-3a8c-b0a1-989dfcf229ed",
    "release_group_id": "1134696c-1078-3c38-bcaa-4ee7c320670a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}