Information about plays

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

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

{
    "id": 3418366,
    "uri": "https://api.kexp.org/v2/plays/3418366/?format=api",
    "airdate": "2024-10-28T10:51:43-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "https://ia600200.us.archive.org/21/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/21/items/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f/mbid-6ddad044-c72c-3eb9-8ae7-45f783a92e0f-9819639392_thumb250.jpg",
    "song": "Very Ape",
    "track_id": "1a93bdde-b97b-3ab4-a556-f36e5573141e",
    "recording_id": "7a148826-c063-47b5-bba9-9c567d9d2b84",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "In Utero",
    "release_id": "6ddad044-c72c-3eb9-8ae7-45f783a92e0f",
    "release_group_id": "2a0981fb-9593-3019-864b-ce934d97a16e",
    "labels": [
        "Geffen Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Have you been listening to KEXP's podcast, The Cobain 50? Every week, hosts Dusty Henry and Martin Douglas dig into one of the 50 albums Kurt Cobain noted as major influences. https://www.kexp.org/podcasts/cobain50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}