Information about plays

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

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

{
    "id": 357660,
    "uri": "https://api.kexp.org/v2/plays/357660/?format=api",
    "airdate": "2019-07-22T13:42:30-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evergreen",
    "track_id": "ec72660b-bfcd-4914-9332-7b3c97eaedbe",
    "recording_id": null,
    "artist": "Wye Oak",
    "artist_ids": [
        "3c8ff4c9-b5b9-4e78-ad9d-5157c323de24"
    ],
    "album": "Evergreen",
    "release_id": "02011555-bdfe-427b-b750-37af3af23a85",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy Live Video from Wye Oak's 2018 KEXP In-Studio: https://bit.ly/2zCsvwi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}