Information about plays

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

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

{
    "id": 3438785,
    "uri": "https://api.kexp.org/v2/plays/3438785/?format=api",
    "airdate": "2024-12-16T08:58:16-08:00",
    "show": 62125,
    "show_uri": "https://api.kexp.org/v2/shows/62125/?format=api",
    "image_uri": "https://ia804609.us.archive.org/14/items/mbid-5cbdca7b-8e2f-4b54-9219-aa2780a70717/mbid-5cbdca7b-8e2f-4b54-9219-aa2780a70717-31250346040_thumb500.jpg",
    "thumbnail_uri": "https://ia804609.us.archive.org/14/items/mbid-5cbdca7b-8e2f-4b54-9219-aa2780a70717/mbid-5cbdca7b-8e2f-4b54-9219-aa2780a70717-31250346040_thumb250.jpg",
    "song": "Six Days (DJ Shadow remix)",
    "track_id": "45fc4f18-0b39-4c45-a99d-fc693d1019d7",
    "recording_id": "58e8e6c9-11cd-4119-ba76-c90aa4ca7b0f",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Def Beat Remixes, Volume 8",
    "release_id": "5cbdca7b-8e2f-4b54-9219-aa2780a70717",
    "release_group_id": "ded885e8-0956-4094-96c3-ba982d9fe063",
    "labels": [
        "Def Beat"
    ],
    "label_ids": [
        "0942e779-6a2e-42d2-a8f6-b945292e33bb"
    ],
    "release_date": "2006-12-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of samples....\nThe main vocals of the song are sampled from the 1971 song \"Six Day War\" by the British band Colonel Bagshot, with some riffs taken from the 1970 song \"I Cry in the Morning\" by the American singer Dennis Olivieri.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}