Information about plays

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

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

{
    "id": 3584648,
    "uri": "https://api.kexp.org/v2/plays/3584648/?format=api",
    "airdate": "2025-11-29T18:56:37-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "https://ia903105.us.archive.org/21/items/mbid-cd2e52bc-e1b0-4d0e-b7e2-0f9b6f870174/mbid-cd2e52bc-e1b0-4d0e-b7e2-0f9b6f870174-19832343189_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/21/items/mbid-cd2e52bc-e1b0-4d0e-b7e2-0f9b6f870174/mbid-cd2e52bc-e1b0-4d0e-b7e2-0f9b6f870174-19832343189_thumb250.jpg",
    "song": "Can’t Let Go, Juno",
    "track_id": "baf374f9-297f-40a1-a621-dd2985ce25b5",
    "recording_id": "aba1a4f8-9aab-4cd7-a1ec-349b7bec4506",
    "artist": "Kishi Bashi",
    "artist_ids": [
        "7c340ac5-6eda-4981-91d6-d5b1f4d1bbbf"
    ],
    "album": "Sonderlust",
    "release_id": "cd2e52bc-e1b0-4d0e-b7e2-0f9b6f870174",
    "release_group_id": "d686b6d9-d77a-4347-b067-5b07b4f1a573",
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kishi Bashi is the pseudonym for violin virtuoso Kauro Ishibashi.\n--\nHe performed this song live in our studio in 2016.  Watch!: https://www.youtube.com/watch?v=YGZJePANkgk",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}