Information about plays

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

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

{
    "id": 3587777,
    "uri": "https://api.kexp.org/v2/plays/3587777/?format=api",
    "airdate": "2025-12-06T21:13:30-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "https://coverartarchive.org/release/01c38659-5099-447b-a6c3-c7c7903d7d8c/21996493112-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01c38659-5099-447b-a6c3-c7c7903d7d8c/21996493112-250.jpg",
    "song": "In Love",
    "track_id": null,
    "recording_id": "b3ce48d0-de99-4853-ab5d-82cec4629212",
    "artist": "Benny The Jet Rodriguez",
    "artist_ids": [
        "b06cec29-0769-4d0b-9902-3583d076966b"
    ],
    "album": "Split",
    "release_id": null,
    "release_group_id": "54cd27af-5c46-4c9f-bd81-72ec5e40f2a2",
    "labels": [
        "Drunken Sailor Records"
    ],
    "label_ids": [
        "81e1c808-c63b-45cd-9480-c5c76fc3f73c"
    ],
    "release_date": "2015-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}