Information about plays

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

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

{
    "id": 3413518,
    "uri": "https://api.kexp.org/v2/plays/3413518/?format=api",
    "airdate": "2024-10-16T16:33:55-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel",
    "track_id": "2f7d73bc-4e68-4e85-b11b-756a2596bfb0",
    "recording_id": "9260450b-0af1-4a1a-8440-5a99a5d1fe5a",
    "artist": "The Heavy Heavy",
    "artist_ids": [
        "5c465508-e810-4a2b-9c69-ce9e8e07a787"
    ],
    "album": "One of a Kind",
    "release_id": "2c7a41b0-142f-4ea3-ba68-25f57532e67e",
    "release_group_id": "77910be8-1c0d-4a90-9190-72271b62ea49",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing this week!\nOct 17- San Francisco- The Chapel\nOct 19- Seattle - Madame Lou's\n--\nFrom London's The Heavy Heavy- their new album 'One of a Kind'\n \nhttps://theheavyheavy.bandcamp.com/track/feel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}