Information about plays

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

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

{
    "id": 3429170,
    "uri": "https://api.kexp.org/v2/plays/3429170/?format=api",
    "airdate": "2024-11-23T17:50:04-08:00",
    "show": 61928,
    "show_uri": "https://api.kexp.org/v2/shows/61928/?format=api",
    "image_uri": "https://ia600403.us.archive.org/34/items/mbid-dd94559b-6130-411d-b56a-bda93e058746/mbid-dd94559b-6130-411d-b56a-bda93e058746-9294923753_thumb500.jpg",
    "thumbnail_uri": "https://ia600403.us.archive.org/34/items/mbid-dd94559b-6130-411d-b56a-bda93e058746/mbid-dd94559b-6130-411d-b56a-bda93e058746-9294923753_thumb250.jpg",
    "song": "Heartbreak Beat",
    "track_id": "79b8eac7-a9d7-46c8-bacf-da0898153957",
    "recording_id": "59baef7c-8839-4106-bbec-2594ef9a21ef",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Midnight to Midnight",
    "release_id": "dd94559b-6130-411d-b56a-bda93e058746",
    "release_group_id": "136dbd1f-d8e0-4b0b-8807-c88b47e7602d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1986-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thepsychedelicfurs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}