Information about plays

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

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

{
    "id": 3554639,
    "uri": "https://api.kexp.org/v2/plays/3554639/?format=api",
    "airdate": "2025-09-18T15:07:55-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/e715b8b1-0c21-4b41-995d-6959d54e3041/36785360344-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e715b8b1-0c21-4b41-995d-6959d54e3041/36785360344-250.jpg",
    "song": "(Keep Feeling) Fascination",
    "track_id": null,
    "recording_id": "b75fc2a1-2a0e-4a6f-9ed4-f0ea91f69195",
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Greatest Hits on CD&DVD",
    "release_id": null,
    "release_group_id": "d616c63f-b66b-4959-8a1d-219979bd0a1c",
    "labels": [
        "EMI Gold"
    ],
    "label_ids": [
        "58f19db6-9dbc-4593-9ec1-76c1661f8dd1"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to singer Joanne Catherall, born on this date in 1962.\n--\nShe had just had throat surgery in 2011 when she performed this song live with her bandmates: https://www.youtube.com/watch?v=F56RGnKEsuU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}