Information about plays

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

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

{
    "id": 3585884,
    "uri": "https://api.kexp.org/v2/plays/3585884/?format=api",
    "airdate": "2025-12-02T14:43:26-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Day Lately",
    "track_id": "683c687c-0ffa-4b57-b27b-c6ad85f3d53c",
    "recording_id": "d0358e89-6ac1-4c47-aa3f-6e904fc3ec03",
    "artist": "Jeff Tweedy",
    "artist_ids": [
        "63287966-6021-474a-ba76-edc37a5f1b7c"
    ],
    "album": "Love Is the King",
    "release_id": "52509e05-6c9a-402f-a811-0f48c5527b82",
    "release_group_id": "cd89aed2-9c7b-4154-96e2-17a88b1ef095",
    "labels": [
        "dBpm Records"
    ],
    "label_ids": [
        "e57766cd-f855-46ae-ad7a-09b491cd4f71"
    ],
    "release_date": "2020-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Tweedy will be playing at McCaw Hall in Seattle TONIGHT, December 2nd!!!\n---\nJeffrey Scot Tweedy is an American musician, singer songwriter, author, and record producer best known as the lead vocalist and guitarist of the band Wilco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}