Information about plays

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

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

{
    "id": 344396,
    "uri": "https://api.kexp.org/v2/plays/344396/?format=api",
    "airdate": "2019-06-21T17:46:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chase",
    "track_id": "27ef72a6-2c3c-38c2-a2bf-966936f13c22",
    "recording_id": null,
    "artist": "Giorgio Moroder",
    "artist_ids": [
        "38dd6337-19ae-4793-ab4b-313eff523457"
    ],
    "album": "Midnight Express",
    "release_id": "c70ccb73-b5a5-3d92-b5bd-070a5add7829",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [],
    "release_date": "2009-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Created especially for the film Midnight Express, Alan Parker, the director of the film, explicitly asked Moroder for a song in the style of \"I Feel Love\", which Moroder composed for Donna Summer. It was Moroder's first time composing a movie soundtrack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}