Information about plays

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

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

{
    "id": 347852,
    "uri": "https://api.kexp.org/v2/plays/347852/?format=api",
    "airdate": "2019-06-29T13:55:30-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel Free",
    "track_id": "810730de-46b9-4ece-9365-2e38ea29d876",
    "recording_id": null,
    "artist": "Mirrorgloss",
    "artist_ids": [
        "4a457cca-68ef-472b-9009-0593dfd19814"
    ],
    "album": "I Feel Free",
    "release_id": "0f401a98-926b-49a3-b52c-af3c59b85cbe",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ready to shake ya tail feather! Wait for the break down on this title track of 'I Feel Free'. What a great anthem for Seattle Pride Festivities.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}