Information about plays

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

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

{
    "id": 3413177,
    "uri": "https://api.kexp.org/v2/plays/3413177/?format=api",
    "airdate": "2024-10-16T00:36:30-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still Summer",
    "track_id": "62b72b88-40ac-4ffe-9760-a97862b02834",
    "recording_id": "a6f44b5f-1869-44ea-b20f-5bcd93ac47d7",
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "In Waves",
    "release_id": "6271fb07-aad2-49c7-a803-753098e2ba78",
    "release_group_id": "1668c806-5c28-4655-89a2-f1f7bc786084",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Jamie xx, from his new album, 'In Waves', which dropped September 20th. \n\nCatch Jamie xx at WAMU Theater on January 21st and at San Francisco's Cow Palace on January 25th! https://www.jamiexx.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}