Information about plays

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

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

{
    "id": 3412858,
    "uri": "https://api.kexp.org/v2/plays/3412858/?format=api",
    "airdate": "2024-10-15T08:41:50-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crystals",
    "track_id": "b83c34d7-ca5f-45c2-bbb5-83d79ee0eca6",
    "recording_id": "a29861ad-e6c6-41cf-8f46-fff282a9b2a5",
    "artist": "Sea Lemon feat. Benjamin Gibbard",
    "artist_ids": [
        "4799fba1-5a7f-4f0e-b341-90da2838fb5a",
        "02031e5c-f9ab-4b4e-bc08-a61ea11a455d"
    ],
    "album": "Crystals",
    "release_id": "a9df3a47-50eb-4ae3-943a-567f52f9657c",
    "release_group_id": "7540c8f6-4970-4b2b-b477-0496dad4e9be",
    "labels": [
        "Luminelle Recordings"
    ],
    "label_ids": [
        "8d3806fb-d36e-452f-a440-a95a29fb877b"
    ],
    "release_date": "2024-09-09",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "As requested by Rhiannon in Seattle\n--\nSea Lemon is the Seattle-based dreampop solo project of musician Natalie Lew. This new song features Ben Gibbard of Death Cab For Cutie and The Postal Service. https://sealemonmusic.bandcamp.com\n\nSea Lemon was our guest DJ last year for \"Midnight in a Perfect World.\"  Go here to enjoy her mix: https://tinyurl.com/yuvume5h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}