Information about plays

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

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

{
    "id": 3554801,
    "uri": "https://api.kexp.org/v2/plays/3554801/?format=api",
    "airdate": "2025-09-19T01:05:13-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/19e4f6cc-ca0c-4897-8dfc-a36914b7f998/25720993837-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19e4f6cc-ca0c-4897-8dfc-a36914b7f998/25720993837-250.jpg",
    "song": "Blinding Lights",
    "track_id": null,
    "recording_id": null,
    "artist": "The Weeknd",
    "artist_ids": [
        "c8b03190-306c-4120-bb0b-6f2ebfc06ea9"
    ],
    "album": "After Hours",
    "release_id": null,
    "release_group_id": "78570bea-2a26-467c-a3db-c52723ceb394",
    "labels": [
        "XO"
    ],
    "label_ids": [
        "6b3c36b0-2c44-4f6b-b490-d4c69fa2b80f"
    ],
    "release_date": "2020-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}