Information about plays

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

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

{
    "id": 3543645,
    "uri": "https://api.kexp.org/v2/plays/3543645/?format=api",
    "airdate": "2025-08-23T06:32:00-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c68d85f-496c-423e-8d6a-f67e9bafe466/31760579022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c68d85f-496c-423e-8d6a-f67e9bafe466/31760579022-250.jpg",
    "song": "Firefly",
    "track_id": null,
    "recording_id": "53e6c71b-49e1-4a5c-8a8a-32a7354a2372",
    "artist": "Airiel",
    "artist_ids": [
        "a6bf1276-9150-40fc-a94e-6b14f377fe3d"
    ],
    "album": "Winks & Kisses: Melted",
    "release_id": null,
    "release_group_id": "f1798231-f349-3cf6-8bab-e4e3077db443",
    "labels": [
        "Shelflife Records"
    ],
    "label_ids": [
        "18315516-03ff-420a-9eb8-69372e9bb9d1"
    ],
    "release_date": "2004-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}