Information about plays

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

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

{
    "id": 379556,
    "uri": "https://api.kexp.org/v2/plays/379556/?format=api",
    "airdate": "2019-09-11T12:34:00-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Feels Good",
    "track_id": "d3524737-b517-360e-a65e-6f63073e92ad",
    "recording_id": null,
    "artist": "The Promise Ring",
    "artist_ids": [
        "63a6fae8-d39e-4de6-bfd4-9bcbf489a565"
    ],
    "album": "Nothing Feels Good",
    "release_id": "aaf31fd4-9867-323b-a8ed-a4eacfa987c9",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [],
    "release_date": "1997-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about The Promise Ring's Nothing Feels Good, here: https://bit.ly/2lIWD5h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}