Information about plays

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

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

{
    "id": 3413758,
    "uri": "https://api.kexp.org/v2/plays/3413758/?format=api",
    "airdate": "2024-10-17T05:59:03-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1979",
    "track_id": "a3bd7f64-6c16-3a2c-b1da-b2ae084b726f",
    "recording_id": "b4486e7a-2688-4b1d-a1fb-32244a6ab902",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Mellon Collie and the Infinite Sadness",
    "release_id": "9f4038f8-0a09-47d1-a724-7bb214259f40",
    "release_group_id": "1af599c9-0b44-3a5a-a06b-39e8db6b2b4e",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mellon Collie and the Infinite Sadness is the third studio album by American alternative rock band The Smashing Pumpkins, released on October 24, 1995.\n\nLead singer Billy Corgan wrote this about making the transition out of youth and into adulthood. He remembered being in high school and having adult responsibilities like a car and job, but still being very much a youth and dependent on his parents.\n\nCheck out the nostalgic video: \nhttps://www.youtube.com/watch?v=4aeETEoNfOg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}