Information about plays

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

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

{
    "id": 3591007,
    "uri": "https://api.kexp.org/v2/plays/3591007/?format=api",
    "airdate": "2025-12-14T13:07:34-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Used to Love Me",
    "track_id": "0cc607ca-fa7c-4d93-9dab-7c39d54e44c0",
    "recording_id": "d4cb978f-0bac-44a0-8710-ceffc516c1ad",
    "artist": "Quantic featuring Denitia",
    "artist_ids": [
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5",
        "5d816008-fe1b-4aa3-a5f1-d83571081bb9"
    ],
    "album": "Atlantic Oscillations",
    "release_id": "f5e1664c-8d74-404b-8b53-70ac7f7ef27b",
    "release_group_id": "2d5c2725-b727-4a11-929f-dd5feecfa9e9",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Will \"Quantic\" Holland collaborates with singer/songwriter Denitia Odigie, who \"\nThe instrumentation in “You Used To Love Me ft. Denitia” allows the emotional honesty of the lyrics to stand out, as Denitia uses the imagery of nature to explore the moment a couple realise their relationship is over\"\n\nhttps://quanticmusic.bandcamp.com/album/you-used-to-love-me-ft-denitia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}