Information about plays

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

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

{
    "id": 353942,
    "uri": "https://api.kexp.org/v2/plays/353942/?format=api",
    "airdate": "2019-07-13T17:36:32-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Decoration/Currency",
    "track_id": "e24a8014-4137-44d3-84bf-e7e7d6cf2341",
    "recording_id": null,
    "artist": "Girl Friday",
    "artist_ids": [
        "f31aa6fd-ad23-4ea2-b223-8766a0514a26"
    ],
    "album": "Fashion Conman",
    "release_id": "fe445047-9147-4e83-9507-65be8632293f",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA outfit, Girl Friday, recently signed to Hardly Art and delivered this rad EP, Fashion Conman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}