Information about plays

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

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

{
    "id": 353904,
    "uri": "https://api.kexp.org/v2/plays/353904/?format=api",
    "airdate": "2019-07-13T15:22:40-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "http://coverartarchive.org/release/668f8d1f-b94c-4d74-81e7-2f3e8d79a4d3/19921614855-250.jpg",
    "thumbnail_uri": "",
    "song": "Scream",
    "track_id": "0a9c6dea-ba15-48e2-91b3-aee39a1f344d",
    "recording_id": null,
    "artist": "Wax Idols",
    "artist_ids": [
        "f1d384a5-c25a-4ba9-b589-44de9becab96"
    ],
    "album": "Happy Ending",
    "release_id": "668f8d1f-b94c-4d74-81e7-2f3e8d79a4d3",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-05-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland post-punk band Wax Idols have announced an indefinite hiatus last year :(",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}