Information about plays

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

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

{
    "id": 3549412,
    "uri": "https://api.kexp.org/v2/plays/3549412/?format=api",
    "airdate": "2025-09-05T23:31:26-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6285b43-111e-4799-9b0e-f544ade75fc8/14235418738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6285b43-111e-4799-9b0e-f544ade75fc8/14235418738-250.jpg",
    "song": "Cutty",
    "track_id": null,
    "recording_id": "f0681ea0-30f5-4cd1-a2b5-a149a83538af",
    "artist": "Husalah",
    "artist_ids": [
        "4cd052cf-b074-4b11-b17f-f58f15a6078e"
    ],
    "album": "Dope, Guns & Religion",
    "release_id": null,
    "release_group_id": "70a5ce56-2e99-4339-8f80-1d3790e75043",
    "labels": [
        "Sumo Records"
    ],
    "label_ids": [
        "082e62ea-cfe4-47cb-9c53-6adef4d6ce73"
    ],
    "release_date": "2006-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}