Information about plays

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

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

{
    "id": 3543458,
    "uri": "https://api.kexp.org/v2/plays/3543458/?format=api",
    "airdate": "2025-08-22T20:19:14-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dirty",
    "track_id": null,
    "recording_id": "0d3d6569-fab6-4b4d-984e-865078948b32",
    "artist": "The True Loves",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "The Dirty",
    "release_id": null,
    "release_group_id": "15ad83c9-73ca-4afb-a90c-4d7513c97d35",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See the birthday honoree, Jimmy James, in his red shirt, playing \"The Dirty\" live in the KEXP studio in October, 2017: https://www.youtube.com/watch?v=03vW2DtnrRU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}