Information about plays

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

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

{
    "id": 3428128,
    "uri": "https://api.kexp.org/v2/plays/3428128/?format=api",
    "airdate": "2024-11-21T05:01:38-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia800408.us.archive.org/32/items/mbid-89a98f8b-7a42-4c87-938d-f7d1cf961271/mbid-89a98f8b-7a42-4c87-938d-f7d1cf961271-32009773126_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/32/items/mbid-89a98f8b-7a42-4c87-938d-f7d1cf961271/mbid-89a98f8b-7a42-4c87-938d-f7d1cf961271-32009773126_thumb250.jpg",
    "song": "Metropolis",
    "track_id": "fdfdddd4-844f-345c-a992-21b989ccec87",
    "recording_id": "ce03e35d-9bec-470d-b1d6-3c7c090b9db8",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Megalopolis",
    "release_id": "89a98f8b-7a42-4c87-938d-f7d1cf961271",
    "release_group_id": "a956fb8a-0602-44a4-841b-d435726d2980",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1990-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Peter Koppes (kop-iss) (1955) (guitarist for The Church), born in Canberra, Australia. \n\nLong-running Australian band, The Church, stopped by the KEXP studio in 2017. Watch their live performance here: https://www.youtube.com/watch?v=BSME2KfEPrE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}