Information about plays

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

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

{
    "id": 2680514,
    "uri": "https://api.kexp.org/v2/plays/2680514/?format=api",
    "airdate": "2019-12-31T19:21:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kimpala Pala",
    "track_id": "d232bd18-85c7-4108-8305-84837a9e7442",
    "recording_id": null,
    "artist": "Mbongwana Star",
    "artist_ids": [
        "72d65d46-ab84-443c-bed2-b820e11ef142"
    ],
    "album": "From Kinshasa",
    "release_id": "92d44caf-6c0d-44a7-a841-ec16cbce73e1",
    "release_group_id": null,
    "labels": [
        "World Circuit"
    ],
    "label_ids": [],
    "release_date": "2015-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Kinshasa is the debut studio album by Congolese band Mbongwana Star,  released on May 19, 2015 on World Circuit. The album's title was originally planned to be From Kinshasa to the Moon: \"But World Circuit, with their English not being very strong, didn’t really catch that part!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}