Information about plays

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

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

{
    "id": 3440716,
    "uri": "https://api.kexp.org/v2/plays/3440716/?format=api",
    "airdate": "2024-12-21T03:21:52-08:00",
    "show": 62165,
    "show_uri": "https://api.kexp.org/v2/shows/62165/?format=api",
    "image_uri": "https://ia601503.us.archive.org/31/items/mbid-6111ea54-516d-4b8a-a640-7b22b94f9b0d/mbid-6111ea54-516d-4b8a-a640-7b22b94f9b0d-40572934859_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/31/items/mbid-6111ea54-516d-4b8a-a640-7b22b94f9b0d/mbid-6111ea54-516d-4b8a-a640-7b22b94f9b0d-40572934859_thumb250.jpg",
    "song": "Otherside",
    "track_id": "94c5bd01-e072-483c-a081-243ae4d9927f",
    "recording_id": "410389d5-c9b1-4179-bccb-eb5cede510c7",
    "artist": "So.Crates feat. WAARI & Ruru432",
    "artist_ids": [
        "3cb3b189-5dd4-4194-a24d-7a06fa9e8b84",
        "905f61c9-27be-402d-91e6-d65abf1b3bc3",
        "f0f635ea-3b9a-4969-bda5-b6a19161581f"
    ],
    "album": "Be-Sides and Rarities",
    "release_id": "6111ea54-516d-4b8a-a640-7b22b94f9b0d",
    "release_group_id": "337db466-16e3-481e-b41a-f7248d07b68a",
    "labels": [
        "Bean Pie Fly Records and Tapes"
    ],
    "label_ids": [
        "54ab6984-855f-425b-b8f4-a35575f26156"
    ],
    "release_date": "2024-11-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}