Information about plays

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

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

{
    "id": 3595467,
    "uri": "https://api.kexp.org/v2/plays/3595467/?format=api",
    "airdate": "2025-12-24T17:49:57-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How to Make Gravy",
    "track_id": null,
    "recording_id": "e8fda8e7-230e-422b-8c13-cac47a1e3c38",
    "artist": "Paul Kelly",
    "artist_ids": [
        "2353e48c-3b80-4ac1-be24-88f9b99c84c8"
    ],
    "album": "Words and Music",
    "release_id": null,
    "release_group_id": "f081a710-45d2-3615-9fb7-941acf0164d2",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Dennis in Oakland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}