Information about plays

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

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

{
    "id": 3422567,
    "uri": "https://api.kexp.org/v2/plays/3422567/?format=api",
    "airdate": "2024-11-07T16:39:50-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia804607.us.archive.org/29/items/mbid-b293a0e5-a1e2-43ff-8628-995242686d72/mbid-b293a0e5-a1e2-43ff-8628-995242686d72-36769681275_thumb500.jpg",
    "thumbnail_uri": "https://ia904607.us.archive.org/29/items/mbid-b293a0e5-a1e2-43ff-8628-995242686d72/mbid-b293a0e5-a1e2-43ff-8628-995242686d72-36769681275_thumb250.jpg",
    "song": "Layers",
    "track_id": "0ef8c7e0-be98-49c1-92d5-b532e5399f70",
    "recording_id": "a6311a3a-19f5-477f-ab37-0331cad79d1c",
    "artist": "Little Dragon & April + VISTA",
    "artist_ids": [
        "2a5d430f-cb26-422a-a150-41dc4af15bf9",
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Slipping Into Color",
    "release_id": "b293a0e5-a1e2-43ff-8628-995242686d72",
    "release_group_id": "73b00679-6d80-48eb-b806-81a186d16dea",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We love this collab' by Little Dragon and Washington D.C. duo April + VISTA. Duo Little Dragon explain: “On a recent trip to the US we got to hang with April + VISTA and we couldn’t resist their sound. This EP represents an intense week of diving deep into the musical universe together with them.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}