Information about plays

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

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

{
    "id": 3429135,
    "uri": "https://api.kexp.org/v2/plays/3429135/?format=api",
    "airdate": "2024-11-23T15:44:14-08:00",
    "show": 61928,
    "show_uri": "https://api.kexp.org/v2/shows/61928/?format=api",
    "image_uri": "https://ia903207.us.archive.org/17/items/mbid-06d49e29-8196-4d64-a2b0-0d78825d70d3/mbid-06d49e29-8196-4d64-a2b0-0d78825d70d3-3375153076_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/17/items/mbid-06d49e29-8196-4d64-a2b0-0d78825d70d3/mbid-06d49e29-8196-4d64-a2b0-0d78825d70d3-3375153076_thumb250.jpg",
    "song": "Elephant Woman",
    "track_id": "2dbdac47-b28d-3641-bfa1-8ac23b63bec9",
    "recording_id": "df1389e4-b7ce-4ee4-aa3e-2bf41e6f5493",
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Misery Is a Butterfly",
    "release_id": "06d49e29-8196-4d64-a2b0-0d78825d70d3",
    "release_group_id": "6312daed-1a02-35a0-a8ef-c6addf0336a5",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Blonde Redhead's recent in-studio here:\nhttps://www.youtube.com/watch?v=ESZwc3Clbvc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}