Information about plays

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

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

{
    "id": 3579000,
    "uri": "https://api.kexp.org/v2/plays/3579000/?format=api",
    "airdate": "2025-11-16T14:39:27-08:00",
    "show": 65127,
    "show_uri": "https://api.kexp.org/v2/shows/65127/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-19abaa21-fcc8-4242-9eb8-b5943b9b6928/mbid-19abaa21-fcc8-4242-9eb8-b5943b9b6928-25552074414_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-19abaa21-fcc8-4242-9eb8-b5943b9b6928/mbid-19abaa21-fcc8-4242-9eb8-b5943b9b6928-25552074414_thumb250.jpg",
    "song": "Back to Life",
    "track_id": "8ee253fa-30e7-49e7-9946-c130df28ff06",
    "recording_id": "4875c2aa-5206-47a4-8db5-e64f0c798af5",
    "artist": "Chiiild feat. Shungudzo",
    "artist_ids": [
        "19bdf08c-51f8-4fcc-a97e-34e339c3fe95",
        "cca31f0d-5c68-47c0-a235-5cfbc460334b"
    ],
    "album": "Synthetic Soul",
    "release_id": "19abaa21-fcc8-4242-9eb8-b5943b9b6928",
    "release_group_id": "10b1af32-d8be-4540-995b-5de53e9001e7",
    "labels": [
        "Avant Garden"
    ],
    "label_ids": [
        "13dfdb9d-5049-4a22-845b-51459912a75b"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montréal, Quebec experimental soul band led by Yonatan \"xSDTRK\" Ayal and Pierre-Luc Rioux. From their debut EP. https://www.chiiild.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}