Information about plays

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

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

{
    "id": 3415746,
    "uri": "https://api.kexp.org/v2/plays/3415746/?format=api",
    "airdate": "2024-10-22T02:44:52-07:00",
    "show": 61641,
    "show_uri": "https://api.kexp.org/v2/shows/61641/?format=api",
    "image_uri": "https://ia801705.us.archive.org/18/items/mbid-eede7c8f-9120-4a8f-af4c-d7bc601e33e4/mbid-eede7c8f-9120-4a8f-af4c-d7bc601e33e4-40062716259_thumb500.jpg",
    "thumbnail_uri": "https://ia801705.us.archive.org/18/items/mbid-eede7c8f-9120-4a8f-af4c-d7bc601e33e4/mbid-eede7c8f-9120-4a8f-af4c-d7bc601e33e4-40062716259_thumb250.jpg",
    "song": "Vocoder (club mix)",
    "track_id": "5ee7767e-3f23-4761-a41f-262f6031956e",
    "recording_id": "b8ca66e2-7697-43f8-b00c-2c20591f0397",
    "artist": "Floating Points",
    "artist_ids": [
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97"
    ],
    "album": "Cascade",
    "release_id": "eede7c8f-9120-4a8f-af4c-d7bc601e33e4",
    "release_group_id": "70410894-5005-4fac-a254-c82912a069cc",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://floatingpoints.bandcamp.com/album/cascade",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}