Information about plays

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

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

{
    "id": 381078,
    "uri": "https://api.kexp.org/v2/plays/381078/?format=api",
    "airdate": "2019-09-15T04:53:26-07:00",
    "show": 6343,
    "show_uri": "https://api.kexp.org/v2/shows/6343/?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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}