Information about plays

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

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

{
    "id": 3416186,
    "uri": "https://api.kexp.org/v2/plays/3416186/?format=api",
    "airdate": "2024-10-23T05:29:49-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Just Like) Starting Over",
    "track_id": "71dfe73f-a19a-3b1d-bcca-b28451dffbf2",
    "recording_id": "f3c4b489-67dc-4d85-9966-1a7af21fd674",
    "artist": "John Lennon & Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396",
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Double Fantasy",
    "release_id": "fca93c05-2c48-42b5-a244-5fe9c9e9c993",
    "release_group_id": "790ec782-7344-366c-af67-4a427bcaf991",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Lennon releases the single \"(Just Like) Starting Over\" from his album, Double Fantasy on this day in 1980. It was John Lennon's final single released in his lifetime and reached #1 in both the US and UK after his death. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}