Information about plays

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

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

{
    "id": 379614,
    "uri": "https://api.kexp.org/v2/plays/379614/?format=api",
    "airdate": "2019-09-11T16:18:41-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running All The Way Home",
    "track_id": "d72fb368-bc89-4447-9564-7e79714210dc",
    "recording_id": null,
    "artist": "Spielbergs",
    "artist_ids": [
        "541c5982-3d64-4740-9291-f971eee04cfc"
    ],
    "album": "Running All the Way Home",
    "release_id": "e16e7106-8471-459b-b81d-e28f4a255d0d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spielbergs channel anguish and joy on new EP, \"Running All the Way Home,\" which is out on October 25th. More on the upcoming EP here: https://bit.ly/2kaPOsA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}