Information about plays

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

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

{
    "id": 3565433,
    "uri": "https://api.kexp.org/v2/plays/3565433/?format=api",
    "airdate": "2025-10-15T14:15:58-07:00",
    "show": 64842,
    "show_uri": "https://api.kexp.org/v2/shows/64842/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bf261f9-f18b-4ba8-92be-7afc36575f2d/33192928727-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bf261f9-f18b-4ba8-92be-7afc36575f2d/33192928727-250.jpg",
    "song": "Invisible",
    "track_id": null,
    "recording_id": "f255cd18-2727-4aae-91c6-0f5c43b288fa",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Future Past",
    "release_id": null,
    "release_group_id": "da546d74-bb57-4f73-94ca-6395cf14e4b2",
    "labels": [
        "Tape Modern"
    ],
    "label_ids": [
        "31f82aca-5a24-4409-8b2c-6b3ee19d13d3"
    ],
    "release_date": "2021-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Troy! Still celebrating my daughter who passed the GED last week and would love to hear Invisible by Duran Duran if possible. Her name is Lionra. Thanks so much (And go Mariners!) 🎉---Shelley\n--\nThis was the lead single for Duran Duran's fifteenth studio album, 2021's \"Future Past.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}