Information about plays

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

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

{
    "id": 3580450,
    "uri": "https://api.kexp.org/v2/plays/3580450/?format=api",
    "airdate": "2025-11-20T01:01:21-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Missile",
    "track_id": null,
    "recording_id": "f7899ade-460e-4d0e-81e3-f265a09ffecc",
    "artist": "Little Louie Vega Presents The Chameleon",
    "artist_ids": [
        "f275d9a5-3271-436b-8c32-806ec275e23c",
        "eebf5463-9d36-4ca5-8f5d-ba214f08ffeb"
    ],
    "album": "20 Years of Henry Street Music: The Definitive Collection",
    "release_id": null,
    "release_group_id": "d9348756-ce7f-4836-b545-80f212141075",
    "labels": [
        "Henry Street Music"
    ],
    "label_ids": [
        "b74cc023-578b-4330-9126-81e0e86019ee"
    ],
    "release_date": "2015-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Louis Vega is half of the legendary house duo Masters At Work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}