Information about plays

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

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

{
    "id": 3420937,
    "uri": "https://api.kexp.org/v2/plays/3420937/?format=api",
    "airdate": "2024-11-03T14:37:48-08:00",
    "show": 61753,
    "show_uri": "https://api.kexp.org/v2/shows/61753/?format=api",
    "image_uri": "https://ia600408.us.archive.org/11/items/mbid-cf11a285-3000-4629-a484-3450d9a40411/mbid-cf11a285-3000-4629-a484-3450d9a40411-18078175233_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/11/items/mbid-cf11a285-3000-4629-a484-3450d9a40411/mbid-cf11a285-3000-4629-a484-3450d9a40411-18078175233_thumb250.jpg",
    "song": "This Is My Country",
    "track_id": "4ee8e5ad-a0e1-37ff-9a90-0e4dbf1d45a5",
    "recording_id": "a6739981-a8c4-446e-b240-2e0938bc923b",
    "artist": "The Impressions",
    "artist_ids": [
        "8af64037-6d26-4d24-afd8-7e085abb01b1"
    ],
    "album": "This Is My Country",
    "release_id": "cf11a285-3000-4629-a484-3450d9a40411",
    "release_group_id": "31f4bff9-6753-3c3c-a508-aa100073cf3f",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1968-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Is My Country came out in 1968—the first Impressions album on Mayfield's own Curtom imprint—and it accelerated the group's transition from its doo-wop-and-gospel roots to something far funkier and more mature. :https://music.avclub.com/the-impressions-this-is-my-country-1798212467",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}