Information about plays

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

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

{
    "id": 3545692,
    "uri": "https://api.kexp.org/v2/plays/3545692/?format=api",
    "airdate": "2025-08-28T01:26:45-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fda4b01-5f65-4319-a04d-f53525b41298/9490469804-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fda4b01-5f65-4319-a04d-f53525b41298/9490469804-250.jpg",
    "song": "Hazme soñar (Massimino & Cutmaster G club mix)",
    "track_id": null,
    "recording_id": "7dbc7b29-ff9e-4dfa-a559-184a5831a9fc",
    "artist": "Morenas",
    "artist_ids": [
        "f6aaf187-b3c5-4376-bec5-c9a6b472e8ce"
    ],
    "album": "Hazme soñar",
    "release_id": null,
    "release_group_id": "e6ee5371-1d1a-451e-9f57-97ac62d8bad7",
    "labels": [
        "DFC"
    ],
    "label_ids": [
        "45aebe59-0fed-447a-bdc7-0763a0983ff4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}