Information about plays

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

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

{
    "id": 3413447,
    "uri": "https://api.kexp.org/v2/plays/3413447/?format=api",
    "airdate": "2024-10-16T12:43:46-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "S P E Y S I D E",
    "track_id": "519fcf89-72af-4d0c-a12f-cdd770acd914",
    "recording_id": "e1053873-4c04-413b-8d3e-dc409db896be",
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "SABLE,",
    "release_id": "e71ac07c-bc1b-4cff-a89e-d528922bd572",
    "release_group_id": "f3ae2ecf-f9d2-4b59-a8cc-a3eefde84b89",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First new song in four years from Justin Vernon AKA Bon Iver! His new album SABLE will be released THIS FRIDAY.\n\"This triptych of songs sees the project stripped down to the primary elements on which Bon Iver was originally founded.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}