Information about plays

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

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

{
    "id": 3428175,
    "uri": "https://api.kexp.org/v2/plays/3428175/?format=api",
    "airdate": "2024-11-21T07:44:24-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angoisse",
    "track_id": "53a47da8-9a91-4f4e-a479-83a0c38c79f6",
    "recording_id": "7b908133-e551-4ddf-b64c-ea838c450991",
    "artist": "ALVILDA",
    "artist_ids": [
        "e89abc53-6dc5-4212-bc65-8d1d9f6ff4c2"
    ],
    "album": "C’est Déjà L’heure",
    "release_id": "d0433821-d53c-43e9-a0cd-e0b193bdca1b",
    "release_group_id": "e2bcc1fc-418b-4e3c-8a10-8aff5de22ef7",
    "labels": [
        "Static Shock Records"
    ],
    "label_ids": [
        "65fcbd30-08fe-48f6-971c-2021381769a8"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paris based four piece ALVILDA released their debut record earlier this year. The title of this song translates to 'anguish'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}