Information about plays

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

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

{
    "id": 3521807,
    "uri": "https://api.kexp.org/v2/plays/3521807/?format=api",
    "airdate": "2025-07-02T19:56:09-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "General Assembly",
    "track_id": null,
    "recording_id": null,
    "artist": "The Space Lady / Cloud Management",
    "artist_ids": [],
    "album": "General Assembly",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Altin Village & Mine"
    ],
    "label_ids": [
        "e145c7a7-7ea4-40a0-a9a9-bfa9d9217d19"
    ],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Space Lady collaborated with Germany's Cloud Management on her latest track released earlier this year 'General Assembly'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}