Information about plays

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

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

{
    "id": 3565370,
    "uri": "https://api.kexp.org/v2/plays/3565370/?format=api",
    "airdate": "2025-10-15T10:31:16-07:00",
    "show": 64841,
    "show_uri": "https://api.kexp.org/v2/shows/64841/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Northern Lights",
    "track_id": "246c6c81-e909-48ba-b2b8-4077e43b3317",
    "recording_id": "e0995607-bf85-4644-8ad5-5e0346685576",
    "artist": "Citizens' Utilities",
    "artist_ids": [
        "e454f98b-975b-4e21-8beb-0aab2649e10a"
    ],
    "album": "No More Medicine",
    "release_id": "1d3293ee-a2a1-40f2-8684-70fb3475bc99",
    "release_group_id": "22ab916d-4c91-425e-86a2-e743749e8ee2",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A Seattle quartet comprised of guitarists Joshua Medaris (happy birthday!!!) and Chad Shaver, bassist Bill Herzog and drummer Eric Akre.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}