Information about plays

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

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

{
    "id": 3414831,
    "uri": "https://api.kexp.org/v2/plays/3414831/?format=api",
    "airdate": "2024-10-19T21:42:10-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dateless Losers",
    "track_id": null,
    "recording_id": "b7f0dccc-9ed4-48a4-961b-1a8050416334",
    "artist": "Sicko",
    "artist_ids": [
        "a8d741ae-ae10-4ee1-b965-7694c70ba7a5"
    ],
    "album": "Chef Boy R U Dumb",
    "release_id": null,
    "release_group_id": "4e33a331-a72b-3245-9b10-701490c736f4",
    "labels": [
        "Top Drawer Records"
    ],
    "label_ids": [
        "8981dbb5-ab8a-498a-8b30-a28c8e12618f"
    ],
    "release_date": "1995-10-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out footage of Sicko performing at the old Crocodile in Seattle by following the link below:\n\nhttps://youtu.be/VucBTDSuTK8?si=47Ob0C8M2u_TIfMZ\nhttps://www.facebook.com/SickoPopPunk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}