Information about plays

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

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

{
    "id": 3581167,
    "uri": "https://api.kexp.org/v2/plays/3581167/?format=api",
    "airdate": "2025-11-21T19:55:51-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love And Unity",
    "track_id": null,
    "recording_id": "6ae408e7-0896-488d-95b9-9595ec3068ef",
    "artist": "Michael Prophet",
    "artist_ids": [
        "9e87a121-cc5d-43f5-af0f-9a7181e77bd7"
    ],
    "album": "Gunman+Righteous Are the Conqueror",
    "release_id": null,
    "release_group_id": "0d46e6fa-ba25-3ae8-92ac-db2070693866",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}