Information about plays

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

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

{
    "id": 3415509,
    "uri": "https://api.kexp.org/v2/plays/3415509/?format=api",
    "airdate": "2024-10-21T10:51:18-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "https://ia801405.us.archive.org/14/items/mbid-4734e706-04d6-4176-b041-2b21395ae760/mbid-4734e706-04d6-4176-b041-2b21395ae760-39500963623_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/14/items/mbid-4734e706-04d6-4176-b041-2b21395ae760/mbid-4734e706-04d6-4176-b041-2b21395ae760-39500963623_thumb250.jpg",
    "song": "It’s Rough on Rats (If You’re Asking)",
    "track_id": "378994d4-f279-4ef2-87d2-68c56de859d7",
    "recording_id": "3f9254e7-9239-4886-bdcd-abbcb4a6b032",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "No Name",
    "release_id": "4734e706-04d6-4176-b041-2b21395ae760",
    "release_group_id": "5ef2a512-3680-4661-bfea-870cb8bf6507",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2024-08-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music released as a secret summer surprise no name album from former lead singer of the White Stripes, Jack White! \nThe album initially was secretly released on July 19 as a free, unlabeled vinyl to unsuspecting customers at his Third Man Records stores in Detroit, Nashville and London. Though he did release it commercially on August 2nd.\n https://jackwhiteiii.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}