Information about plays

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

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

{
    "id": 3523841,
    "uri": "https://api.kexp.org/v2/plays/3523841/?format=api",
    "airdate": "2025-07-07T09:06:45-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://dn721306.ca.archive.org/0/items/mbid-19402bab-ce7f-4cc4-b970-1401edb03293/mbid-19402bab-ce7f-4cc4-b970-1401edb03293-42235621119_thumb500.jpg",
    "thumbnail_uri": "https://dn721306.ca.archive.org/0/items/mbid-19402bab-ce7f-4cc4-b970-1401edb03293/mbid-19402bab-ce7f-4cc4-b970-1401edb03293-42235621119_thumb250.jpg",
    "song": "I Don't Feel Like Dancing",
    "track_id": "edb0c271-548c-4105-8b47-8803bc0efecd",
    "recording_id": "6e4f42b7-b93e-4afa-afc1-f903af59b8df",
    "artist": "Neggy Gemmy",
    "artist_ids": [
        "7a18f8d3-05cf-4478-9e22-d0415823f91e"
    ],
    "album": "She Comes From Nowhere",
    "release_id": "19402bab-ce7f-4cc4-b970-1401edb03293",
    "release_group_id": "a96e88f5-fb54-48ef-8d26-832a64f82700",
    "labels": [
        "100% Electronica"
    ],
    "label_ids": [
        "e7489d32-a9a8-4891-9851-b6b06f0fbd6b"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Negative Gemini (now under the stage name Neggy Gemmy) (real name, Lindsey French) is an electronic musician and producer based in L.A.\n\n\"She Comes From Nowhere\" is her fourth album: https://neggygemmy.bandcamp.com/album/she-comes-from-nowhere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}