Information about plays

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

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

{
    "id": 379404,
    "uri": "https://api.kexp.org/v2/plays/379404/?format=api",
    "airdate": "2019-09-11T03:55:00-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty Boy",
    "track_id": "85804630-9e97-4a82-a668-e4addd62de63",
    "recording_id": null,
    "artist": "Young Galaxy",
    "artist_ids": [
        "c8fbc3a9-304a-49cc-b59a-adfc22047747"
    ],
    "album": "Ultramarine",
    "release_id": "bedb738b-b222-4776-aa3c-d1bdb1b876fb",
    "release_group_id": null,
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [],
    "release_date": "2013-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Young Galaxy is a Canadian indie pop/dream pop band formed in 2005 in Vancouver, whose members are husband and wife, Stephen Ramsay and Catherine McCandless",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}