Information about plays

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

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

{
    "id": 3570182,
    "uri": "https://api.kexp.org/v2/plays/3570182/?format=api",
    "airdate": "2025-10-26T09:57:06-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/2637eead-2d02-4608-8991-642dda755394/3800015679-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2637eead-2d02-4608-8991-642dda755394/3800015679-250.jpg",
    "song": "Living in a Memory",
    "track_id": null,
    "recording_id": "97e661bc-8bfc-4b12-8bf7-3ee6193dd30b",
    "artist": "The Growlers",
    "artist_ids": [
        "4a51d885-9445-4e6a-a171-36e2d51dcfa0"
    ],
    "album": "Hung at Heart",
    "release_id": null,
    "release_group_id": "154aa974-7514-4834-88e7-01d2bbad8751",
    "labels": [
        "Everloving Records"
    ],
    "label_ids": [
        "4f85548a-b036-443e-8ade-4741311026e1"
    ],
    "release_date": "2013-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Californian band live at KEXP in 2014: https://www.youtube.com/watch?v=SNmFGKP3tAo ; http://www.thegrowlers.com ; https://www.facebook.com/losGrowlers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}