Information about plays

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

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

{
    "id": 3596156,
    "uri": "https://api.kexp.org/v2/plays/3596156/?format=api",
    "airdate": "2025-12-26T06:37:20-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lo Que Me Pasa",
    "track_id": "87ecb192-7737-40a8-b4e6-6c2c2a3303a6",
    "recording_id": "9206d681-d382-4637-b76b-b16e43bc9d7a",
    "artist": "Maria Rodés feat. Albert Cases",
    "artist_ids": [
        "a0f6f711-9cce-4b97-a76f-8e9ee090ae18",
        "9ee8ee7a-69aa-41c7-b477-80db98d66ab5"
    ],
    "album": "Lo Que Me Pasa",
    "release_id": "c9c2b3f0-e21b-480b-ba29-6287fc37fea2",
    "release_group_id": "e5c9e345-ebf8-496e-b963-124e97aea45a",
    "labels": [
        "Elefant Records"
    ],
    "label_ids": [
        "59dbf7f7-da6e-4795-8465-eb612639a39b"
    ],
    "release_date": "2025-11-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}