Information about plays

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

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

{
    "id": 3428143,
    "uri": "https://api.kexp.org/v2/plays/3428143/?format=api",
    "airdate": "2024-11-21T06:00:39-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia600900.us.archive.org/22/items/mbid-59794334-d07a-412c-8d85-8b4716f2e906/mbid-59794334-d07a-412c-8d85-8b4716f2e906-5499575258_thumb500.jpg",
    "thumbnail_uri": "https://ia800900.us.archive.org/22/items/mbid-59794334-d07a-412c-8d85-8b4716f2e906/mbid-59794334-d07a-412c-8d85-8b4716f2e906-5499575258_thumb250.jpg",
    "song": "Why Can’t We Be Friends?",
    "track_id": "3da70c95-2425-37b5-984d-f7783d2931ba",
    "recording_id": "8a75474a-e267-4fe1-a71e-8e7c04d34a01",
    "artist": "War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "Why Can't We Be Friends?",
    "release_id": "774d0ae0-932b-3f59-9d22-19fb580aa1c5",
    "release_group_id": "61abaf53-d5a5-3114-ad05-a8d3518b2f0f",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1975-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HAPPY 76th BIRTHDAY Lonnie Jordan of War! \n\nTheir album The World Is a Ghetto was the best-selling US album of 1973. The funk-rock band from Long Beach, California, is known for several hit songs (including \"Spill the Wine\", \"The World Is a Ghetto\", \"The Cisco Kid\", \"Why Can't We Be Friends?\", \"Low Rider\", and \"Summer\"). Formed in 1969, War is a musical crossover band that fuses elements of rock, funk, jazz, Latin, rhythm and blues, and reggae.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}