Information about plays

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

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

{
    "id": 3580264,
    "uri": "https://api.kexp.org/v2/plays/3580264/?format=api",
    "airdate": "2025-11-19T14:45:17-08:00",
    "show": 65154,
    "show_uri": "https://api.kexp.org/v2/shows/65154/?format=api",
    "image_uri": "https://ia803401.us.archive.org/12/items/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd-21355534998_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/12/items/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd/mbid-f33899d7-3e87-4234-8b3b-1eebbadf21fd-21355534998_thumb250.jpg",
    "song": "Bird",
    "track_id": "e892bba9-fff7-4b1b-b028-9d9ec6ecadcd",
    "recording_id": "3d2ec1b3-a60a-447d-95b8-463b764a0842",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Kelly Lee Owens",
    "release_id": "f33899d7-3e87-4234-8b3b-1eebbadf21fd",
    "release_group_id": "7eaadc60-127b-4b87-81bf-ba294697e584",
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Welsh artist Kelly Lee Owens performing live in our studio in 2018: https://www.youtube.com/watch?v=Oskqru6HKUo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}