Information about plays

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

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

{
    "id": 3549393,
    "uri": "https://api.kexp.org/v2/plays/3549393/?format=api",
    "airdate": "2025-09-05T22:41:47-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Neighborhood",
    "track_id": null,
    "recording_id": null,
    "artist": "MoRuf",
    "artist_ids": [
        "016a87c5-a29a-4299-b164-212a33856274"
    ],
    "album": "Shades Of Moo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LOE Records"
    ],
    "label_ids": [
        "523fcd5a-b155-4f44-b2ec-5e87c4a41034"
    ],
    "release_date": "2013-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}