Information about plays

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

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

{
    "id": 353012,
    "uri": "https://api.kexp.org/v2/plays/353012/?format=api",
    "airdate": "2019-07-11T12:19:00-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sing To Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Cumulus",
    "artist_ids": [
        "ac2cf266-7e06-4817-b441-d3c53fc737ab"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2018-11-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "Cumulus will be at Doe Bay Fest on Thursday August 8th-Sunday August 11th in Olga, WA. While you wait, watch their performance at Avast! Recording Co. from November, 2018: https://www.youtube.com/watch?v=1JzJhBhVnrc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}