Information about plays

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

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

{
    "id": 3588964,
    "uri": "https://api.kexp.org/v2/plays/3588964/?format=api",
    "airdate": "2025-12-09T15:12:16-08:00",
    "show": 65332,
    "show_uri": "https://api.kexp.org/v2/shows/65332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quiero Controlar",
    "track_id": "1118e75b-a5f8-4602-8b86-cb5ae889fa33",
    "recording_id": "7c117513-4a2f-4f81-8bbe-ea8096176bfa",
    "artist": "Maria Rodés",
    "artist_ids": [
        "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"
}