Information about plays

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

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

{
    "id": 3548032,
    "uri": "https://api.kexp.org/v2/plays/3548032/?format=api",
    "airdate": "2025-09-02T14:48:31-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://ia600804.us.archive.org/29/items/mbid-b685ef4f-f025-4b29-833a-d9401d7e5c39/mbid-b685ef4f-f025-4b29-833a-d9401d7e5c39-40413635683_thumb500.jpg",
    "thumbnail_uri": "https://ia600804.us.archive.org/29/items/mbid-b685ef4f-f025-4b29-833a-d9401d7e5c39/mbid-b685ef4f-f025-4b29-833a-d9401d7e5c39-40413635683_thumb250.jpg",
    "song": "It’s Mine",
    "track_id": "adaf9ec5-16a4-484c-a74b-15b6bb9ba322",
    "recording_id": "84f39cc1-a2f6-4214-8d12-232db3d84c65",
    "artist": "Amyl and the Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Cartoon Darkness",
    "release_id": "b685ef4f-f025-4b29-833a-d9401d7e5c39",
    "release_group_id": "32fdf291-cd36-4b48-9c6c-fd3ad7956092",
    "labels": [
        "Virgin Music Group"
    ],
    "label_ids": [
        "89a8123b-da2f-40dd-8c85-718a5c4c3a61"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Annie and Vick in downtown Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}