Information about plays

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

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

{
    "id": 3598269,
    "uri": "https://api.kexp.org/v2/plays/3598269/?format=api",
    "airdate": "2025-12-31T02:54:00-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Club classics",
    "track_id": "25116447-f6be-4f5c-ab7c-2eae3754e133",
    "recording_id": "0a88e1e3-f8b3-434a-9289-a2828a00241a",
    "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": "CLUB CLUB CLASSICS https://www.youtube.com/watch?v=rd1AZym4lEY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}