Information about plays

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

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

{
    "id": 3422233,
    "uri": "https://api.kexp.org/v2/plays/3422233/?format=api",
    "airdate": "2024-11-06T21:23:46-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/37bf991d-0234-45b8-a05b-a9feaeec28f2/30557044607-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37bf991d-0234-45b8-a05b-a9feaeec28f2/30557044607-250.jpg",
    "song": "Elegy for Love",
    "track_id": null,
    "recording_id": "913e9e38-8f12-4fb0-99e1-dc263dc8ca3b",
    "artist": "Kit Sebastian",
    "artist_ids": [
        "d9447e90-e1f0-486f-b3dc-fc8208756370"
    ],
    "album": "Melodi",
    "release_id": null,
    "release_group_id": "52bcc5ea-8e67-4ea5-9211-74367e7d68fb",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2021-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kit Sebastian is a duo formed in London by Kit Martin and Merve Erdem, spread between Turkey and France. Their music is a meeting point of different genres from Anatolian Psychedelia and Brazilian Tropicalia to 60’s European pop and American jazz.\"\n\nhttps://kitsebastian.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}