Information about plays

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

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

{
    "id": 3549025,
    "uri": "https://api.kexp.org/v2/plays/3549025/?format=api",
    "airdate": "2025-09-05T00:41:50-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bout It",
    "track_id": null,
    "recording_id": "08dcfa5d-0268-467e-aa39-06ea4ad55caf",
    "artist": "Liv.e",
    "artist_ids": [
        "0bcfef47-91d0-41dd-87fa-cbf3a396ead3"
    ],
    "album": "Bout It",
    "release_id": null,
    "release_group_id": "8785e178-27c0-43f5-a5ff-d261a7ba4911",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}