Information about plays

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

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

{
    "id": 3417184,
    "uri": "https://api.kexp.org/v2/plays/3417184/?format=api",
    "airdate": "2024-10-25T17:20:26-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "denver luna",
    "track_id": "1c657bf4-d3f4-48f1-a04d-5f0716345ebc",
    "recording_id": "3640d2f1-b8fa-445d-a083-6e7c3998ec13",
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Strawberry Hotel",
    "release_id": "f77c2e64-70d4-4709-be6e-b4eea59d8838",
    "release_group_id": "0252b002-a462-450d-83ec-85129af179af",
    "labels": [
        "Smith Hyde Productions"
    ],
    "label_ids": [
        "28cac4ff-17f7-4b77-9b6a-4655465830ea"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Ben in Denver!\n\nElectronic music duo Underworld have released their new single 'denver luna' with an accompanying tie-dye inspired visualiser: https://youtu.be/q6JDLlf2qeE.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}