Information about plays

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

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

{
    "id": 3520163,
    "uri": "https://api.kexp.org/v2/plays/3520163/?format=api",
    "airdate": "2025-06-28T22:57:33-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Draft Song",
    "track_id": null,
    "recording_id": "7f5788a3-c7e7-49ac-8240-bde8e92d7523",
    "artist": "Neon Christ",
    "artist_ids": [
        "e250cad9-2e53-4be7-87c9-97b32dbe9260"
    ],
    "album": "Parental Supression",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Social Crisis"
    ],
    "label_ids": [
        "68b54f01-98d6-4ad0-be69-a3eacee6a54a"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from Georgia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}