Information about plays

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

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

{
    "id": 357568,
    "uri": "https://api.kexp.org/v2/plays/357568/?format=api",
    "airdate": "2019-07-22T08:23:59-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seattle (feat. Emmy the Great)",
    "track_id": "29cf83b8-03d5-3232-9b77-397c536a8b97",
    "recording_id": null,
    "artist": "Brighton Port Authority",
    "artist_ids": [
        "3150be04-f42f-43e0-ab5c-77965a4f7a7d"
    ],
    "album": "I Think We're Gonna Need a Bigger Boat",
    "release_id": "59ac688b-ca7f-40b0-85a4-f2273f5465f2",
    "release_group_id": null,
    "labels": [
        "Southern Fried Records"
    ],
    "label_ids": [
        "60c3acf2-1aab-4c7d-b92e-3b7b30b1eb69"
    ],
    "release_date": "2009-01-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brighton Port Authority is a project of British musician Norman Cook, better known as Fatboy Slim, and his long-time engineer, Simon Thornton. Emmy the Great is  English singer-songwriter Emma Lee-Moss.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}