Information about plays

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

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

{
    "id": 3419086,
    "uri": "https://api.kexp.org/v2/plays/3419086/?format=api",
    "airdate": "2024-10-30T01:55:31-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "https://ia600607.us.archive.org/28/items/mbid-9965ffa7-35da-4771-b907-26300134a752/mbid-9965ffa7-35da-4771-b907-26300134a752-17510653348_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/28/items/mbid-9965ffa7-35da-4771-b907-26300134a752/mbid-9965ffa7-35da-4771-b907-26300134a752-17510653348_thumb250.jpg",
    "song": "Go to Hell (Mowo remix)",
    "track_id": "b7b83e1f-d191-3b0d-85db-27ddaedf4268",
    "recording_id": "c6e88adc-e6b2-4b54-b084-a9f135998676",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Remixed & Reimagined",
    "release_id": "9965ffa7-35da-4771-b907-26300134a752",
    "release_group_id": "4ddb8287-c6a1-37f5-b93b-d74ea618f4ef",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2006-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Highly recommend this record of remixes! https://www.youtube.com/playlist?list=OLAK5uy_n-NjoJHljPXSXH1H4mcdojzbsbDNz8BXY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}