Information about plays

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

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

{
    "id": 382120,
    "uri": "https://api.kexp.org/v2/plays/382120/?format=api",
    "airdate": "2019-09-17T18:54:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sodadi Casa",
    "track_id": "6c63b958-4ae9-425d-893c-fd99e8dcf961",
    "recording_id": null,
    "artist": "Lucibela",
    "artist_ids": [
        "3f9f15d9-4b91-4281-a5c2-5d71510706e1"
    ],
    "album": "Laço Umbilical",
    "release_id": "370ff618-61f5-42e3-b0a3-a6ef1e125ebe",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2016, Lucibela made her debut in Lisbon. \"I want to sing Cabo Verdean musical genres – such as morna and coladera – pretty much anywhere in the world,” she said. See her LIVE September 23 at Royal Room",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}