Information about plays

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

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

{
    "id": 3422128,
    "uri": "https://api.kexp.org/v2/plays/3422128/?format=api",
    "airdate": "2024-11-06T14:44:36-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://ia902908.us.archive.org/8/items/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf-39251234726_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/8/items/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf/mbid-10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf-39251234726_thumb250.jpg",
    "song": "Wake Up",
    "track_id": "dfaf1994-8bef-3104-b85c-4042728aa351",
    "recording_id": "b16b3a84-c890-4d3a-aee8-2020c525b244",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Rage Against the Machine",
    "release_id": "10cf6ada-ef3f-3cd3-9a7b-bdc15db2dddf",
    "release_group_id": "1305859b-8937-397f-9c33-39f62eb672fb",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The ending lyrics, \"How long? Not long, cause what you reap, is what you sow\" are taken from Martin Luther King Jr.'s speech \"How Long, Not Long\" in which King says, \"How long? Not long, because you shall reap what you sow.\" ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}