Information about plays

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

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

{
    "id": 3578391,
    "uri": "https://api.kexp.org/v2/plays/3578391/?format=api",
    "airdate": "2025-11-15T06:35:36-08:00",
    "show": 65114,
    "show_uri": "https://api.kexp.org/v2/shows/65114/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty O.K.",
    "track_id": null,
    "recording_id": "4d095a50-a671-46de-98b6-612f4def16bb",
    "artist": "Slaughter Beach, Dog",
    "artist_ids": [
        "9969f247-ce03-4b25-927f-c00c51ecedbe"
    ],
    "album": "Birdie",
    "release_id": null,
    "release_group_id": "0c8e408a-4587-4355-87e2-0e2b95f93907",
    "labels": [
        "Lame-O Records"
    ],
    "label_ids": [
        "8abf1ffc-dc27-4d93-a7ec-73cbaa08e65c"
    ],
    "release_date": "2017-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}