Information about plays

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

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

{
    "id": 3541186,
    "uri": "https://api.kexp.org/v2/plays/3541186/?format=api",
    "airdate": "2025-08-17T11:05:21-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Lucy",
    "track_id": null,
    "recording_id": "192ba404-0468-4329-b005-2c1cb0ba1a33",
    "artist": "Shorty Ashford",
    "artist_ids": [
        "1f85ce70-7808-4d92-89cc-bc6c6d5d33d9"
    ],
    "album": "Looking For The Green",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atomicat Records"
    ],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1966 and part of a more recent compilation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}