Information about plays

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

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

{
    "id": 3598285,
    "uri": "https://api.kexp.org/v2/plays/3598285/?format=api",
    "airdate": "2025-12-31T03:50:28-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "https://coverartarchive.org/release/9461bb75-2222-4e08-8310-3cc28c4412a2/12027847082-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9461bb75-2222-4e08-8310-3cc28c4412a2/12027847082-250.jpg",
    "song": "Dancing on My Own (Buzz Junkies club)",
    "track_id": null,
    "recording_id": "af10cf34-71f8-4a01-b29f-2ba93299d5ef",
    "artist": "Robyn",
    "artist_ids": [
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Dancing on My Own",
    "release_id": null,
    "release_group_id": "298a18d9-c27f-447c-8791-0ac84b0a3bde",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2010-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/robyn/dancing-on-my-own-buzz-junkies-remix?in=pacnola/sets/favs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}