Information about plays

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

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

{
    "id": 3413972,
    "uri": "https://api.kexp.org/v2/plays/3413972/?format=api",
    "airdate": "2024-10-17T17:30:03-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kelly Watch the Stars (Moog Cookbook remix)",
    "track_id": "865e4efb-f75b-3153-8f51-8dbdea8a7db9",
    "recording_id": "b34fcc5a-72ab-4422-af58-7351d34d2886",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Splendor",
    "release_id": "a5035f41-e283-4a46-b492-f820b87d894f",
    "release_group_id": "e654712d-5dbc-30e1-ada3-5aea2dbb0e6a",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1999-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Air are currently touring in support of the 25th anniversary of Moon Safari! \nMore info here: www.airfrenchband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}