Information about plays

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

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

{
    "id": 3591847,
    "uri": "https://api.kexp.org/v2/plays/3591847/?format=api",
    "airdate": "2025-12-16T11:35:11-08:00",
    "show": 65394,
    "show_uri": "https://api.kexp.org/v2/shows/65394/?format=api",
    "image_uri": "https://coverartarchive.org/release/52d56cb0-63a1-4a70-8620-075876edcca9/4015391680-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52d56cb0-63a1-4a70-8620-075876edcca9/4015391680-250.jpg",
    "song": "Hurt",
    "track_id": null,
    "recording_id": "28cd8b08-0fa2-4f80-bb90-38171a0c973d",
    "artist": "Glass Candy",
    "artist_ids": [
        "ca94595e-955a-495c-8ba1-25eebd9609a9"
    ],
    "album": "Love Love Love",
    "release_id": null,
    "release_group_id": "7d16e2fc-14ec-3216-b6c7-75741c3658b0",
    "labels": [
        "Troubleman Unlimited"
    ],
    "label_ids": [
        "a29656eb-0bc8-4059-b75f-c406c55e0907"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Glass Candy was an American electronic music duo from Portland, Oregon, formed in 1996 by vocalist Ida No and producer and multi-instrumentalist Johnny Jewel. Johnny Jewel went on to form Chromatics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}