Information about plays

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

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

{
    "id": 3550515,
    "uri": "https://api.kexp.org/v2/plays/3550515/?format=api",
    "airdate": "2025-09-08T16:44:56-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Now There Is We (Kuniyuki Deep remix)",
    "track_id": null,
    "recording_id": "f3a4c199-e2b3-4b65-8a96-29567017adfd",
    "artist": "Jazzanova feat. Paul Randolph",
    "artist_ids": [
        "b5a6ea29-3065-4869-ac66-a44002e55d4d",
        "d0df4fe8-fb77-4c39-a0e8-208dc6ff91e5"
    ],
    "album": "Now There Is We (Remixes)",
    "release_id": null,
    "release_group_id": "db213b74-58fa-4f7b-ab83-4108f74ee810",
    "labels": [
        "Sonar Kollektiv"
    ],
    "label_ids": [
        "f5ef964f-a023-4a41-97eb-a7de440587ab"
    ],
    "release_date": "2014-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://jazzanova.bandcamp.com/album/now-there-is-we-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}