Information about plays

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

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

{
    "id": 379454,
    "uri": "https://api.kexp.org/v2/plays/379454/?format=api",
    "airdate": "2019-09-11T07:04:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hymn",
    "track_id": "ec0c21aa-1b80-37b3-aa0a-408f1c78f05b",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Everything Is Wrong",
    "release_id": "feb7638e-a1f0-3548-899b-77b7f9cf3283",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1995-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 54th birthday Moby! Richard Melville Hall, better known as Moby, was born on this day in 1965.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}