Information about plays

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

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

{
    "id": 375995,
    "uri": "https://api.kexp.org/v2/plays/375995/?format=api",
    "airdate": "2019-09-03T12:26:15-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "http://coverartarchive.org/release/083b85ec-6ac7-41f2-85fa-219b4a772696/20812857936-250.jpg",
    "thumbnail_uri": "",
    "song": "Work It",
    "track_id": "925d0b2c-61d5-4743-8db2-f39feb7ce680",
    "recording_id": null,
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Working Class Woman",
    "release_id": "083b85ec-6ac7-41f2-85fa-219b4a772696",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I wanna smell you...\nI wanna feel you...\nSo I can know if you are a winner, baby...\"  Here are the lyrics for this urgent song from \"life coach\" Marie Davidson: https://genius.com/Marie-davidson-work-it-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}