Information about plays

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

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

{
    "id": 3421935,
    "uri": "https://api.kexp.org/v2/plays/3421935/?format=api",
    "airdate": "2024-11-06T02:02:54-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magnetic",
    "track_id": "6be10906-6de6-4994-ae70-b0f2204aa618",
    "recording_id": "47f465f4-0b51-4d13-845b-025f30362c1b",
    "artist": "Tunde Adebimpe",
    "artist_ids": [
        "1b5cc4ba-5ade-494e-bf3c-aaf3abf75b65"
    ],
    "album": "Magnetic",
    "release_id": "590b0118-f160-45bc-af70-c861577c962a",
    "release_group_id": "1d46598e-5b7a-4a24-97fb-178510bdad71",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-10-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TV on the Radio’s Tunde Adebimpe (pronounced: Toon-day Add-uh-bim-pay) has signed to Sub Pop for his debut solo LP, due next year. The first look at the record comes in the form of “Magnetic,” with a self-directed video in which Adebimpe performs in an alley beside a high-energy dancer. Watch https://www.youtube.com/watch?v=WWiGeU1WPW8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}