Information about plays

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

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

{
    "id": 3578266,
    "uri": "https://api.kexp.org/v2/plays/3578266/?format=api",
    "airdate": "2025-11-14T23:55:53-08:00",
    "show": 65111,
    "show_uri": "https://api.kexp.org/v2/shows/65111/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ecf5c7d-c6e5-461e-b811-6bd0d5410089/36335384789-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ecf5c7d-c6e5-461e-b811-6bd0d5410089/36335384789-250.jpg",
    "song": "Peeping Tom",
    "track_id": null,
    "recording_id": "c161a901-8f71-4608-8f8a-606ecf646c57",
    "artist": "Fat Ron & EAT",
    "artist_ids": [
        "e740ac19-88aa-4f3c-8f73-b804a7d60e5a",
        "182577d2-1fa0-40ff-8765-5e3e8eb88ed1"
    ],
    "album": "They Cloned Tyrone (Music from and Inspired by the Netflix Film)",
    "release_id": null,
    "release_group_id": "c9977784-58d5-44f9-b623-6241a2d033d6",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}