Information about plays

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

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

{
    "id": 377371,
    "uri": "https://api.kexp.org/v2/plays/377371/?format=api",
    "airdate": "2019-09-06T07:12:28-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/b3261632-08cf-4248-a79a-6ecc86b7b671/17493250794-250.jpg",
    "thumbnail_uri": "",
    "song": "Emotional Haircut",
    "track_id": "f4e4e68b-cf82-49d5-9599-259958c42af4",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "American Dream",
    "release_id": "b3261632-08cf-4248-a79a-6ecc86b7b671",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Murphy played a Supro Dual Tone guitar on \"Emotional Haircut.\" The LCD Soundsystem leader had worked with David Bowie on his \"Blackstar\" album and it was because of Bowie's advice that he picked up the instrument.\n\n\"Bowie said you should get a Supro Dual Tone, it's what Link Wray played,\" Murphy explained. \"He had two Supro Dual Tone guitars and he was very proud of them. So I bought one and played it on \"Emotional Haircut\" on the new album and love it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}