Information about plays

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

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

{
    "id": 378663,
    "uri": "https://api.kexp.org/v2/plays/378663/?format=api",
    "airdate": "2019-09-09T08:37:16-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving Aimlessly",
    "track_id": "ae892938-d822-4788-9134-0b72031786e1",
    "recording_id": null,
    "artist": "+/-",
    "artist_ids": [
        "2624e8b9-3f77-453d-85e8-6a8c9e5b9d65"
    ],
    "album": "Summer 2019: Extended Play",
    "release_id": "113b724a-73e0-47ee-a53d-0e17179d176a",
    "release_group_id": null,
    "labels": [
        "Ernest Jenning Record Co."
    ],
    "label_ids": [
        "ebef98f4-00a9-4364-bb68-8534034964bb"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their new album, just released a few days ago - their first in 5 years! http://plusmin.us/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}