Information about plays

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

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

{
    "id": 3413127,
    "uri": "https://api.kexp.org/v2/plays/3413127/?format=api",
    "airdate": "2024-10-15T22:08:30-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Push N Shuv",
    "track_id": "ec50c5d8-03d9-4f5b-b090-412ba707a01d",
    "recording_id": "c366539b-1d0c-4a16-a580-e2926792c80f",
    "artist": "Lava La Rue",
    "artist_ids": [
        "8ee9e6fe-a629-4ff9-a4d5-ecb79b637350"
    ],
    "album": "STARFACE",
    "release_id": "09924335-2e86-45a0-b122-18dce6768479",
    "release_group_id": "1562916a-0de8-47cf-98e0-2107bfbfddc2",
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2024-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the top records of the year! https://store.lavalarueofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}