Information about plays

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

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

{
    "id": 3421997,
    "uri": "https://api.kexp.org/v2/plays/3421997/?format=api",
    "airdate": "2024-11-06T05:45:19-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia600609.us.archive.org/22/items/mbid-3583fbc9-a597-35d3-a415-6bd0cfa34acc/mbid-3583fbc9-a597-35d3-a415-6bd0cfa34acc-1920414273_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/22/items/mbid-3583fbc9-a597-35d3-a415-6bd0cfa34acc/mbid-3583fbc9-a597-35d3-a415-6bd0cfa34acc-1920414273_thumb250.jpg",
    "song": "Sunday Bloody Sunday",
    "track_id": "f1e944d1-cc94-4b63-96aa-6ade45b92768",
    "recording_id": "e95e5009-99b3-42d2-abdd-477967233b08",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "War",
    "release_id": "3583fbc9-a597-35d3-a415-6bd0cfa34acc",
    "release_group_id": "c6b36664-7e60-3b3e-a24d-d096c67a11e9",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was inspired by the tragic events of January 30, 1972, known as Bloody Sunday, when British soldiers shot and killed 14 unarmed civil rights protesters in Derry, Northern Ireland. Despite its political roots, Bono has always emphasized that the song is a call for peace and not a rebel song.\n\nHere's a live version of \"Sunday Bloody Sunday\" from Dublin in 2017: https://www.youtube.com/watch?v=pEuQjo17FEo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}