Information about plays

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

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

{
    "id": 3613047,
    "uri": "https://api.kexp.org/v2/plays/3613047/?format=api",
    "airdate": "2026-02-04T08:28:17-08:00",
    "show": 65837,
    "show_uri": "https://api.kexp.org/v2/shows/65837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Your Own Way",
    "track_id": "a3a8812d-5728-49e8-80de-9bb52ae8b74a",
    "recording_id": "66908b7f-050f-4e8d-82b0-a768a3d80c63",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Rumours",
    "release_id": "081ea37e-db59-4332-8cd2-ad020cb93af6",
    "release_group_id": "416bb5e5-c7d1-3977-8fd7-7c9daf6c2be6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1977 (49 years ago) Fleetwood Mac released their landmark album 'Rumours'. The LP set a record for most weeks at #1 with 31, and became one of the best-selling albums of all time, with worldwide sales estimated at about 40 million.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}