Information about plays

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

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

{
    "id": 3415527,
    "uri": "https://api.kexp.org/v2/plays/3415527/?format=api",
    "airdate": "2024-10-21T12:07:21-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Great Divide (Album Mix)",
    "track_id": "c28f9385-cca0-48f4-8933-daa8cfa6fddc",
    "recording_id": "f13587fd-0158-4f6b-b4c0-8d73413babed",
    "artist": "Wussy",
    "artist_ids": [
        "db4295e7-06e1-433c-93cb-2f2a86a7ea3a"
    ],
    "album": "Cincinnati Ohio",
    "release_id": "5ec3c6a8-7a49-4b61-84f6-c2e010b979e7",
    "release_group_id": "171614da-4a8f-4578-b953-fe0eb8be0bac",
    "labels": [
        "Shake It! Records"
    ],
    "label_ids": [
        "e1e12b79-21ab-403e-bea0-8a81dbf5ed42"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wussy are back with their first LP in six years. The aptly titled 'Cincinnati Ohio' - out November 15th on Shake It Records - is the first album from the five-piece since 2018’s 'What Heaven Is Like'. On 'Cincinnati Ohio', the band leans heavily into its penchant for cinematic Americana landscapes, drawing stylistic inspiration from influences such as Calexico, Mazzy Star, R.E.M., Sun Volt, and the Mekons (whose Jon Langford painted the album’s cover art). https://wussy.bandcamp.com/album/cincinnati-ohio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}