Information about plays

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

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

{
    "id": 3571832,
    "uri": "https://api.kexp.org/v2/plays/3571832/?format=api",
    "airdate": "2025-10-30T13:06:27-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Da Storm",
    "track_id": null,
    "recording_id": "c953ef2c-bff2-44b4-92b9-446b10a78318",
    "artist": "O.G.C.",
    "artist_ids": [
        "7f9ed770-a9e9-4b7e-9e38-dacfb6586e87"
    ],
    "album": "Da Storm",
    "release_id": null,
    "release_group_id": "6345c61e-bebe-35e6-8ce4-0db96f780878",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Da Storm\" contains samples of \"Lonely Jelly\" by The Gentle Rain and \"Don't Test Me\" by Deborahe Glasgow and Shabba Ranks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}