Information about plays

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

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

{
    "id": 3413779,
    "uri": "https://api.kexp.org/v2/plays/3413779/?format=api",
    "airdate": "2024-10-17T07:00:53-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Live Again",
    "track_id": "22a6658b-e156-49e7-a665-c151996cc9a3",
    "recording_id": "4d6f7d79-314d-47a6-a946-074fcd845209",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Live Again",
    "release_id": "0843f66f-3133-4b71-97ad-70ff0885bf91",
    "release_group_id": "503184c8-5247-4961-91e3-97918a7c101e",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2023-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chemical Brothers released the biography \"Paused In Cosmic Reflection\" last October, which features contributions from the Chems’ friends and collaborators, including Noel Gallagher, Beck, Beth Orton, Michel Gondry, and Wayne Coyne. They also released their tenth album, 'For That Beautiful Feeling', in September. This single “Live Again” is a collaboration with the French psych-pop singer Halo Maud.\n\nhttps://www.thechemicalbrothers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}