Information about plays

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

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

{
    "id": 3571855,
    "uri": "https://api.kexp.org/v2/plays/3571855/?format=api",
    "airdate": "2025-10-30T14:32:43-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://coverartarchive.org/release/f33794dc-f641-4d0d-92ed-d4355d34566b/14561549809-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f33794dc-f641-4d0d-92ed-d4355d34566b/14561549809-250.jpg",
    "song": "Doggone",
    "track_id": null,
    "recording_id": "6a06603d-1bf1-4d0d-a86c-eb3818610aef",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Out Here",
    "release_id": null,
    "release_group_id": "6502790c-8d9e-3f68-82e6-8a451bf983a8",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This wonderful tune was written and sung by Arthur Lee. It's been sampled more than 100 times.  The drums in this song were sampled by Kool Keith for \"Technical Difficulties.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}