Information about plays

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

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

{
    "id": 3560498,
    "uri": "https://api.kexp.org/v2/plays/3560498/?format=api",
    "airdate": "2025-10-02T15:20:43-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?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": "NADIE SABE",
    "track_id": null,
    "recording_id": "ac208634-6afc-400b-8e5f-fa4a14d819d0",
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "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": "\"NADIE SABE\" by Bad Bunny directly sampled multiple elements of Dalida's \"Histoire D'un Amour\".\n--\nIn Orlando in 2024, Bad Bunny opened his \"Most Wanted\" tour with this song.  Watch!: https://www.youtube.com/watch?v=JN4oBNSdvHY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}