Information about plays

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

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

{
    "id": 3584637,
    "uri": "https://api.kexp.org/v2/plays/3584637/?format=api",
    "airdate": "2025-11-29T18:38:12-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’re Fired",
    "track_id": "c9d1d38f-d5a1-3e8f-954d-ac55236ea3a6",
    "recording_id": "73aa95e0-f602-4065-b086-3c924b59cdf8",
    "artist": "Bratmobile",
    "artist_ids": [
        "d6dfbc0b-d737-49df-be8e-517b85985bcb"
    ],
    "album": "Ladies, Women and Girls",
    "release_id": "7e2b2322-e9b3-4e69-8f82-3eab38985d7a",
    "release_group_id": "60796ff6-9716-3ed1-8505-c4037900e63a",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "2000-10-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Andy in Chicago! Thanks Andy!\n\nBratmobile was an American punk band from Olympia, Washington, active from 1991 to 2003, and known for being one of the first-generation \"riot grrrl\" bands.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}