Information about plays

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

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

{
    "id": 3549314,
    "uri": "https://api.kexp.org/v2/plays/3549314/?format=api",
    "airdate": "2025-09-05T17:52:12-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://dn721702.ca.archive.org/0/items/mbid-dc9eac64-7817-4338-9ed0-4658ac178520/mbid-dc9eac64-7817-4338-9ed0-4658ac178520-42059766390_thumb500.jpg",
    "thumbnail_uri": "https://dn721702.ca.archive.org/0/items/mbid-dc9eac64-7817-4338-9ed0-4658ac178520/mbid-dc9eac64-7817-4338-9ed0-4658ac178520-42059766390_thumb250.jpg",
    "song": "Reverberotic",
    "track_id": "13efbdf1-72f7-4296-9f5c-015aa775cc9e",
    "recording_id": "8889edc3-488f-4190-a7ef-781fd3dbb5fc",
    "artist": "Alison Goldfrapp",
    "artist_ids": [
        "5e00c39c-9c65-420f-aa26-d68f414a74c6"
    ],
    "album": "Flux",
    "release_id": "dc9eac64-7817-4338-9ed0-4658ac178520",
    "release_group_id": "975c6812-469e-467c-96ac-d352f4f6be07",
    "labels": [
        "A. G. Stage Ltd"
    ],
    "label_ids": [
        "f6604989-3ba5-4c14-87cb-42ba27304025"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goldfrapp's second solo album and first on her own label \"Flux' out now.\n\nhttps://www.alisongoldfrapp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}