Information about plays

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

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

{
    "id": 3596581,
    "uri": "https://api.kexp.org/v2/plays/3596581/?format=api",
    "airdate": "2025-12-27T04:21:41-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "sobe sobe",
    "track_id": null,
    "recording_id": "52b45ca3-7013-4dd1-baf7-a44e4f6b4bcd",
    "artist": "Verraco Feat. MC Yallah",
    "artist_ids": [
        "b90042a5-bb35-431d-8ef2-eef1bd9e5591",
        "342a1b76-fbe6-40c8-b82b-7004c2d81f4c"
    ],
    "album": "Basic Maneuvers",
    "release_id": null,
    "release_group_id": "cebd9c47-8ae5-4d99-923b-a864d86dbfcf",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Medellin, Colombia\n\nhttps://verraco.bandcamp.com/album/basic-maneuvers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}