Information about plays

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

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

{
    "id": 3428330,
    "uri": "https://api.kexp.org/v2/plays/3428330/?format=api",
    "airdate": "2024-11-21T16:41:33-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slowly",
    "track_id": "df7cc769-e41b-4271-8bc3-dcef9fb3d668",
    "recording_id": "3226f063-588b-4436-b07b-d8cef3fd5e94",
    "artist": "Beach Vacation",
    "artist_ids": [
        "a89df1d6-b386-4141-878a-c778b8d5452e"
    ],
    "album": "Slowly",
    "release_id": "37a41f21-d73c-4901-8782-e0064c78724c",
    "release_group_id": "148c3ce2-d7f6-4072-b29b-4e66b963abf7",
    "labels": [
        "16 Entertainment LLC"
    ],
    "label_ids": [
        "976f0a8c-2a25-4fc1-b925-413c90a1650f"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Portland, OR show scheduled for November 30th @ Swan Dive has been cancelled.\n\nBeach Vacation originally formed in 2012. They received international recognition while they were just 16-17. After signing with former grammy awards committee member Alex Wilhelm, Tabor released the album “Coping Habits” which was mixed/mastered by Boy Pablo’s producer Erik Thormshein. \nhttps://beachvacation.bandcamp.com/album/let-go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}