Information about plays

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

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

{
    "id": 375109,
    "uri": "https://api.kexp.org/v2/plays/375109/?format=api",
    "airdate": "2019-09-01T05:15:43-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reason in Disguise",
    "track_id": "e49cf4e1-7101-4463-a567-a2bbf51cbd1b",
    "recording_id": null,
    "artist": "Ezra Collective feat. Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "You Can’t Steal My Joy",
    "release_id": "f9ae9529-d43b-4a05-b9ec-0160b6b88180",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ezra Collective are touring parts of Europe but will make it stateside later this year with a stop in Seattle Dec 13, at Barboza. http://www.thebarboza.com/e/ezra-collective-65123411878/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}