Information about plays

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

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

{
    "id": 2678431,
    "uri": "https://api.kexp.org/v2/plays/2678431/?format=api",
    "airdate": "2019-12-26T16:00:05-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fireworks",
    "track_id": "9ecbd762-245f-4b15-8874-91d666de4247",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Strawberry Jam",
    "release_id": "b3ec4c97-b472-44d8-b374-d9f5115839cc",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Strawberry Jam is Animal Collective's seventh studio album and the band's first on Domino Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}