Information about plays

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

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

{
    "id": 3576626,
    "uri": "https://api.kexp.org/v2/plays/3576626/?format=api",
    "airdate": "2025-11-11T01:07:25-08:00",
    "show": 65078,
    "show_uri": "https://api.kexp.org/v2/shows/65078/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coolin (Demi Riquísimo remix)",
    "track_id": null,
    "recording_id": "cc992411-d770-453b-8c51-258f78e726be",
    "artist": "Big Miz & Bessa",
    "artist_ids": [
        "71cda9d6-0f8a-4105-b94e-7cd1cd8f04d5",
        "aa046285-353c-47a9-8440-1bcfa8e26ddd"
    ],
    "album": "Coolin",
    "release_id": null,
    "release_group_id": "fc1f4bfe-b0a0-493d-9838-b1a9ea01ece8",
    "labels": [
        "Happiness Therapy"
    ],
    "label_ids": [
        "87bfd252-6682-4c60-a971-70875d52649c"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Glasgow\n\nhttps://bigmizglasgow.bandcamp.com/album/coolin-ht23",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}