Information about plays

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

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

{
    "id": 3593039,
    "uri": "https://api.kexp.org/v2/plays/3593039/?format=api",
    "airdate": "2025-12-19T10:04:15-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "take me by the hand",
    "track_id": "137b6f7b-4c5a-4d82-94f7-041570f5223d",
    "recording_id": "abc7738a-4ac6-41eb-9763-6174092862cd",
    "artist": "Oklou ft. Bladee",
    "artist_ids": [
        "13e2db47-3010-48b8-a8b9-667551f37119",
        "cd689e77-dfdd-4f81-b50c-5e5a3f5e38a4"
    ],
    "album": "choke enough",
    "release_id": "d567881a-1e38-4222-96c0-db03f099fbd1",
    "release_group_id": "45f8261c-e781-4a8f-b1f6-ca6616bd1dfe",
    "labels": [
        "True Panther Records"
    ],
    "label_ids": [
        "e48f491c-3106-4321-a724-82728ffa13c3"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#100 on our countdown of YOUR favorite albums of 2025\n\nAll the way from Paris, Oklou will be coming to the west coast in the new year! \n\n-Seattle on April 14th at the Showbox SoDo\n\n-SF on April 17th at The Warfield\n\nhttps://oklou.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}