Information about plays

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

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

{
    "id": 3549937,
    "uri": "https://api.kexp.org/v2/plays/3549937/?format=api",
    "airdate": "2025-09-07T06:38:50-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fever Dream",
    "track_id": null,
    "recording_id": null,
    "artist": "Tagavaka",
    "artist_ids": [
        "39c3a148-5a6d-4d1c-8e9e-e1529905facd"
    ],
    "album": "Pedals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anjunachill"
    ],
    "label_ids": [
        "6f890c63-3b43-4e8a-8b4f-51ea110c9365"
    ],
    "release_date": "2025-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the new EP from Tagavaka, the solo alias of Glasgow-based electronic producer Ivan Hall Barrientos ~ \nhttps://tagavaka.bandcamp.com/album/pedals-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}