Information about plays

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

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

{
    "id": 3555766,
    "uri": "https://api.kexp.org/v2/plays/3555766/?format=api",
    "airdate": "2025-09-21T04:40:38-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://coverartarchive.org/release/54b9da72-c15d-48c9-964f-b33a5935ade9/41794813435-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54b9da72-c15d-48c9-964f-b33a5935ade9/41794813435-250.jpg",
    "song": "Neutron Dance",
    "track_id": null,
    "recording_id": "354a27a6-1388-4283-9e8c-e556958e14c0",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Break Out",
    "release_id": null,
    "release_group_id": "703cc3e8-2c6b-39d6-ae0b-f4166823c96b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[insert Eddie Murphy laugh here]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}