Information about plays

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

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

{
    "id": 3420321,
    "uri": "https://api.kexp.org/v2/plays/3420321/?format=api",
    "airdate": "2024-11-02T03:32:52-07:00",
    "show": 61740,
    "show_uri": "https://api.kexp.org/v2/shows/61740/?format=api",
    "image_uri": "https://ia800804.us.archive.org/18/items/mbid-49beddea-bede-492e-b583-612acdb9ea1b/mbid-49beddea-bede-492e-b583-612acdb9ea1b-40054860718_thumb500.jpg",
    "thumbnail_uri": "https://ia800804.us.archive.org/18/items/mbid-49beddea-bede-492e-b583-612acdb9ea1b/mbid-49beddea-bede-492e-b583-612acdb9ea1b-40054860718_thumb250.jpg",
    "song": "Cloud 92 (Wasted)",
    "track_id": "ac75fea8-c2f9-4094-b500-5b2d46d59b20",
    "recording_id": "2ec5a8dc-8e01-44f6-bb11-17169b1e8f09",
    "artist": "CunninLynguists feat. Kelly Moonstone",
    "artist_ids": [
        "01587437-bcc8-44cf-b8f0-80286cfa8187",
        "69c4cc43-8163-41c5-ac81-30946d27bb69"
    ],
    "album": "The Heartstring Theory (Part One)",
    "release_id": "49beddea-bede-492e-b583-612acdb9ea1b",
    "release_group_id": "3a10c1d3-d0c9-4ead-a95e-15318cc03d84",
    "labels": [
        "Old Soul Music"
    ],
    "label_ids": [
        "ec9ace2d-1c80-4898-94f8-c31fc03b7c8f"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}