Information about plays

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

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

{
    "id": 3550181,
    "uri": "https://api.kexp.org/v2/plays/3550181/?format=api",
    "airdate": "2025-09-07T21:03:10-07:00",
    "show": 64503,
    "show_uri": "https://api.kexp.org/v2/shows/64503/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Finding Who We Are",
    "track_id": null,
    "recording_id": "1142ea96-5e8e-4774-932d-9a2a81c068a7",
    "artist": "Mustang feat. Colonel Red",
    "artist_ids": [
        "37449614-6c72-4c05-86ed-3d912a11b046",
        "68f031c8-3fe8-48cc-930c-a99a77f876d8"
    ],
    "album": "Back Home",
    "release_id": null,
    "release_group_id": "723918c9-d558-3707-ab65-581f39b65836",
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2004-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}