Information about plays

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

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

{
    "id": 3587231,
    "uri": "https://api.kexp.org/v2/plays/3587231/?format=api",
    "airdate": "2025-12-05T17:34:43-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1986",
    "track_id": "1c4bb809-1725-499b-9bda-afc9d00b8c51",
    "recording_id": "11b65e79-6de9-4f2a-85eb-139c2856e03b",
    "artist": "Melenas",
    "artist_ids": [
        "f3291ecb-af2b-457e-8f17-1913aca82cbc"
    ],
    "album": "Ahora",
    "release_id": "724a2cf8-9ffe-4e4d-9f5d-1725f763cb88",
    "release_group_id": "be5b66da-96cb-455a-aca2-dbbfad5e205d",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the third LP by Ahora, from Pamplona, Spain. The album’s title translates to “now” and they say it represents “the importance of time, to reflect on how we live our everyday lives, with whom we share our moments and how we want (or don’t want) to do it.”\n\nYou can watch the video, directed by Iker Insausti here: https://youtu.be/v7TC6QZODBM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}