Information about plays

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

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

{
    "id": 3543931,
    "uri": "https://api.kexp.org/v2/plays/3543931/?format=api",
    "airdate": "2025-08-23T21:16:33-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whip It",
    "track_id": "82ed9a9b-15a8-49a6-af1e-16cae7d85c1f",
    "recording_id": "f4eb9fdb-f8e6-41da-a50b-7f2b5cb3769d",
    "artist": "DEVO DEATH",
    "artist_ids": [
        "26589de6-d2d3-4d9e-b555-e99fe8c2c2bb"
    ],
    "album": "DEVO DEATH",
    "release_id": "5afb23d4-df68-4241-b3d2-126e22e27637",
    "release_group_id": "72fe35a9-410d-483f-8283-cac87152216c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-09-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}