Information about plays

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

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

{
    "id": 3416061,
    "uri": "https://api.kexp.org/v2/plays/3416061/?format=api",
    "airdate": "2024-10-22T22:09:19-07:00",
    "show": 61648,
    "show_uri": "https://api.kexp.org/v2/shows/61648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Land Is Your Land",
    "track_id": null,
    "recording_id": "064cdf77-d8b7-4939-b030-7f3284c55fbb",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Naturally",
    "release_id": null,
    "release_group_id": "e3700dc2-0ed7-3e51-ae44-7bcbb547be8f",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2005-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a song reminding us that we all share responsibility in looking after this land.\n\nSome have called this Woody Guthrie song \"an alternative national anthem.\" Read the story of this song: https://www.npr.org/2000/07/03/1076186/this-land-is-your-land.\n\nDon't miss Live Video from Sharon Jones & The Dap Kings' KEXP New Home Grand Opening performance, in 2016. https://bit.ly/3aevGje.\n\nhttps://sharonjonesandthedapkings.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}