Information about plays

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

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

{
    "id": 3416261,
    "uri": "https://api.kexp.org/v2/plays/3416261/?format=api",
    "airdate": "2024-10-23T08:59:29-07:00",
    "show": 61651,
    "show_uri": "https://api.kexp.org/v2/shows/61651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sick of Myself",
    "track_id": "b251f62e-0f2e-3bc9-a2a0-57682591284e",
    "recording_id": "0a87c417-3b4f-4271-b3d6-f0d99e218eb7",
    "artist": "Matthew Sweet",
    "artist_ids": [
        "3fbcd2d3-3d78-470f-9e47-8f4d66da2474"
    ],
    "album": "100% Fun",
    "release_id": "af5975e1-32f2-4f88-bd8e-f6b181762514",
    "release_group_id": "86ae05a7-ba8e-39fb-b793-f88a9a8d7774",
    "labels": [
        "Zoo Entertainment"
    ],
    "label_ids": [
        "9efb4191-76ed-4a41-8889-8573cc106375"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Matthew Sweet, American alternative rock/power pop singer-songwriter and musician, suffered a debilitating stroke in Toronto while on tour. \nHelp fund Matthew Sweet's stroke recovery if you can: \nhttps://www.gofundme.com/f/support-matthew-sweets-stroke-recovery?attribution_id=sl:4e0db77c-eb1f-41a6-a1dd-6e19134ce429&utm_campaign=man_sharesheet_ft&utm_content=amp8_c&utm_medium=customer&utm_source=copy_link",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}