Information about plays

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

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

{
    "id": 3547010,
    "uri": "https://api.kexp.org/v2/plays/3547010/?format=api",
    "airdate": "2025-08-31T03:02:00-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bf96322-0efd-4461-8d84-7303ede6473b/37001646994-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2bf96322-0efd-4461-8d84-7303ede6473b/37001646994-250.jpg",
    "song": "Intro",
    "track_id": null,
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Hurry Up, We’re Dreaming",
    "release_id": null,
    "release_group_id": "5f898a60-acc5-48fc-a11b-2926084c0924",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}