Information about plays

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

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

{
    "id": 3543064,
    "uri": "https://api.kexp.org/v2/plays/3543064/?format=api",
    "airdate": "2025-08-21T22:26:01-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?format=api",
    "image_uri": "https://coverartarchive.org/release/43dec6a9-5539-41a5-b062-4b62e688a7a5/34334047014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43dec6a9-5539-41a5-b062-4b62e688a7a5/34334047014-250.jpg",
    "song": "Starry Nights",
    "track_id": null,
    "recording_id": "352d974b-e3b2-4f1d-a93c-a7f6f673f212",
    "artist": "Adrian Quesada",
    "artist_ids": [
        "4eaaae09-e432-4731-9e6a-6aac09123aa2"
    ],
    "album": "Jaguar Sound",
    "release_id": null,
    "release_group_id": "43fb2159-2954-45b5-90c3-b6f4173130c6",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2022-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}