Information about plays

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

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

{
    "id": 3521661,
    "uri": "https://api.kexp.org/v2/plays/3521661/?format=api",
    "airdate": "2025-07-02T13:37:00-07:00",
    "show": 63900,
    "show_uri": "https://api.kexp.org/v2/shows/63900/?format=api",
    "image_uri": "https://ia801901.us.archive.org/19/items/mbid-11411c54-c40a-3816-91a3-736fcef82262/mbid-11411c54-c40a-3816-91a3-736fcef82262-27154073551_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-11411c54-c40a-3816-91a3-736fcef82262/mbid-11411c54-c40a-3816-91a3-736fcef82262-27154073551_thumb250.jpg",
    "song": "Intergalactic",
    "track_id": "dd3be62a-bf2f-31a2-91f5-ab15434523a4",
    "recording_id": "80784ad8-9986-43a1-8d58-c21d4c435dd4",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "11411c54-c40a-3816-91a3-736fcef82262",
    "release_group_id": "96c996ab-2a78-3abd-8974-c96b5724ae28",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beastie Boys go to space in \"Intergalactic,\" with alien-sounding vocals created with a vocorder, an electronic device originally created to encode speech.\n--\nYou can learn lots more about vocorders here at the Roland website: https://www.roland.com/uk/blog/what-is-a-vocoder/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}