Information about plays

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

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

{
    "id": 3419012,
    "uri": "https://api.kexp.org/v2/plays/3419012/?format=api",
    "airdate": "2024-10-29T21:57:04-07:00",
    "show": 61711,
    "show_uri": "https://api.kexp.org/v2/shows/61711/?format=api",
    "image_uri": "https://ia800602.us.archive.org/21/items/mbid-d805a6d3-a7bf-415a-8b5e-e2dab8909646/mbid-d805a6d3-a7bf-415a-8b5e-e2dab8909646-39789584485_thumb500.jpg",
    "thumbnail_uri": "https://ia600602.us.archive.org/21/items/mbid-d805a6d3-a7bf-415a-8b5e-e2dab8909646/mbid-d805a6d3-a7bf-415a-8b5e-e2dab8909646-39789584485_thumb250.jpg",
    "song": "Minute papillon",
    "track_id": "308d7c44-9a46-4fde-8077-d49f2393076d",
    "recording_id": "2b627d14-2e1d-4a0c-9f8a-36a480125afa",
    "artist": "World Brain",
    "artist_ids": [
        "0c25670f-ae0b-4c0a-a732-ec094651a2b3"
    ],
    "album": "Open Source",
    "release_id": "d805a6d3-a7bf-415a-8b5e-e2dab8909646",
    "release_group_id": "71d91f4a-183c-4872-8b02-5ee4165d691b",
    "labels": [
        "Mansions and Millions"
    ],
    "label_ids": [
        "5001c4af-6add-4516-b1e0-4e1b5d15cb03"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Berlin, World Brain returns with 'Minute Papillon,' the next single from his highly anticipated second album 'Open Source' which comes out November 1st.\n\nhttps://worldbrain.bandcamp.com/album/open-source",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}