Information about plays

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

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

{
    "id": 3632348,
    "uri": "https://api.kexp.org/v2/plays/3632348/?format=api",
    "airdate": "2026-03-22T12:17:09-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "https://coverartarchive.org/release/41353501-a44d-445d-a3ba-8acedee8dead/36935834989-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41353501-a44d-445d-a3ba-8acedee8dead/36935834989-250.jpg",
    "song": "FINA",
    "track_id": null,
    "recording_id": "f971cb36-8d19-46f0-8038-d47a272b688f",
    "artist": "Bad Bunny, Young Miko",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19",
        "c4442130-e7f2-40aa-bcab-b921cc45a365"
    ],
    "album": "nadie sabe lo que va a pasar mañana",
    "release_id": null,
    "release_group_id": "4bf41242-0a5f-46a4-b676-93b081c88f71",
    "labels": [
        "Rimas"
    ],
    "label_ids": [
        "8a32886d-9da4-4b37-8c06-02eafb78fee5"
    ],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Young Miko Collaborated on the track \"Fina\" with Bad Bunny.\n\n\"FINA\" contains samples of the vocals from \"Pa' Que Retozen\" by Tego Calderón and \"Because of You\" by Young Prophet.\n\nhttps://www.youngmiko.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}