Information about plays

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

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

{
    "id": 3562658,
    "uri": "https://api.kexp.org/v2/plays/3562658/?format=api",
    "airdate": "2025-10-08T10:21:03-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "B2b",
    "track_id": "b666bfc5-fd3b-44bf-8609-5cbc11c24256",
    "recording_id": "316274e2-6043-41c3-97dd-0f570822b319",
    "artist": "Charli XCX",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "BRAT",
    "release_id": "ab55ac76-eee5-4f89-ac14-7bb9aa837bc8",
    "release_group_id": "e0fdb431-0109-420d-8a37-f99eaeb4d671",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#331\n\nFrom the British Grammy winning singer's 6th studio album.\n\nhttps://www.charlixcx.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}