Information about plays

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

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

{
    "id": 372030,
    "uri": "https://api.kexp.org/v2/plays/372030/?format=api",
    "airdate": "2019-08-25T04:54:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Is the Place",
    "track_id": "972d5679-ec70-391d-af60-eb35258ae11f",
    "recording_id": null,
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "The Other Side of the Sun",
    "release_id": "fc3942f2-61c9-41b3-b106-81043baef8e1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Extraterrestrial Jazz artist Sun Ra classic track served as inspiration for the last song by Ezra Collective.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}