Information about plays

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

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

{
    "id": 378386,
    "uri": "https://api.kexp.org/v2/plays/378386/?format=api",
    "airdate": "2019-09-08T14:40:06-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cosmic Slop",
    "track_id": "4d4241f2-958c-45d4-8cc3-76f8e49ee37f",
    "recording_id": null,
    "artist": "Orgone",
    "artist_ids": [
        "8a7a7d2c-f9c9-475b-be6d-daceaeba8f32"
    ],
    "album": "Undercover Mixtape",
    "release_id": "2bffc853-50b4-4cff-b1e6-3ec49d8416d9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funkadelic cover, featuring Terin Ector. https://www.orgonespace.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}