Information about plays

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

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

{
    "id": 3574844,
    "uri": "https://api.kexp.org/v2/plays/3574844/?format=api",
    "airdate": "2025-11-06T19:55:50-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Over It",
    "track_id": null,
    "recording_id": null,
    "artist": "Yukimi, Little Dragon",
    "artist_ids": [
        "e6deafd2-163c-46f3-b290-3c3c1944cffb",
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Yume",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [],
    "release_date": "2025-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single  \"Get Over It\" from Yukimi!\n--\nYukimi Eleanora Nagano, also known as Yukimi, is a Swedish singer and songwriter. She is the vocalist for the Swedish electronic group Little Dragon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}