Information about plays

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

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

{
    "id": 3558631,
    "uri": "https://api.kexp.org/v2/plays/3558631/?format=api",
    "airdate": "2025-09-28T02:05:17-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Return of the Phantom",
    "track_id": null,
    "recording_id": null,
    "artist": "Void",
    "artist_ids": [
        "6bd9f6fa-2200-48a2-b878-c56ca987bb59"
    ],
    "album": "Forbidden Morals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shadow Kingdom Records"
    ],
    "label_ids": [
        "6bcbdc51-f2ba-4c50-8625-074d75de9093"
    ],
    "release_date": "2025-08-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}