Information about plays

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

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

{
    "id": 3422064,
    "uri": "https://api.kexp.org/v2/plays/3422064/?format=api",
    "airdate": "2024-11-06T10:29:07-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia803408.us.archive.org/11/items/mbid-b9b6a70c-b075-4fc1-a273-269d9973933c/mbid-b9b6a70c-b075-4fc1-a273-269d9973933c-28581176697_thumb500.jpg",
    "thumbnail_uri": "https://ia903408.us.archive.org/11/items/mbid-b9b6a70c-b075-4fc1-a273-269d9973933c/mbid-b9b6a70c-b075-4fc1-a273-269d9973933c-28581176697_thumb250.jpg",
    "song": "Pure Love",
    "track_id": "357558a5-8d28-491c-bacb-3774bb4e4d3f",
    "recording_id": "8fdb9243-dafc-4507-b907-3c89cd12052e",
    "artist": "Bomba Estéreo",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c"
    ],
    "album": "Elegancia tropical",
    "release_id": "79f45183-2f11-496d-b9e1-2249d272852f",
    "release_group_id": "4c1f6296-3151-4a4a-9ec8-cae332815317",
    "labels": [
        "Polen Records"
    ],
    "label_ids": [
        "1a2ec8f6-a182-4a45-bedc-c2a87e788c0d"
    ],
    "release_date": "2012-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electro-tropical Colombian band, founded in Bogotá.\nThe translated lyrics are...\n\"As Bob Marley says One love, one love Like Lennon and McCartney All you need is love, all you need is love\" https://bombaestereo.bandcamp.com/album/elegancia-tropical",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}