Information about plays

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

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

{
    "id": 3411729,
    "uri": "https://api.kexp.org/v2/plays/3411729/?format=api",
    "airdate": "2024-10-12T14:39:14-07:00",
    "show": 61558,
    "show_uri": "https://api.kexp.org/v2/shows/61558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Greatest",
    "track_id": "7211bcf8-1832-4116-9a8f-01019dd54011",
    "recording_id": "d8d874b3-f825-425f-9789-bf424db16e10",
    "artist": "Friedberg",
    "artist_ids": [
        "787e7ec8-6cbb-4a31-8ad3-be14c7f4662e"
    ],
    "album": "The Greatest",
    "release_id": "a3598b91-409d-45b0-9792-2b6c254ccfb3",
    "release_group_id": "6741fcc3-e2b7-4420-83eb-b9fb2170e4b7",
    "labels": [
        "Clouds Hill"
    ],
    "label_ids": [
        "bb2839af-9170-481a-bc6f-db97a4e78cf0"
    ],
    "release_date": "2024-06-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friedberg is an all-female-four-piece based in London, centered around singer, guitarist and master of cowbells Anna Friedberg. They released \"The Greatest\" as a single in June, and their debut full-length album, \"Hardcore Workout Queen\", is due out in November. https://friedberg.bandcamp.com\n--\nHere's the official music video for The Greatest\": https://www.youtube.com/watch?v=zuDVxE_wgLI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}