Information about plays

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

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

{
    "id": 380385,
    "uri": "https://api.kexp.org/v2/plays/380385/?format=api",
    "airdate": "2019-09-13T11:34:32-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "http://coverartarchive.org/release/f217340a-490d-4751-8b92-33081d475e0e/20680736417-250.jpg",
    "thumbnail_uri": "",
    "song": "Damn (what must a woman do)",
    "track_id": "9a7e88c1-0855-44fd-9928-69ad2230bdfe",
    "recording_id": null,
    "artist": "Christine and the Queens",
    "artist_ids": [
        "9c90ffbf-b137-4dee-bfcc-b8010787840d"
    ],
    "album": "Chris",
    "release_id": "a2801e1e-8602-426b-8766-2dede26e1520",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2018-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Christine & the Queens performed live on KEXP in 2018. Check it out here: https://www.youtube.com/watch?v=0zP-8aexhow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}