Information about plays

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

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

{
    "id": 381978,
    "uri": "https://api.kexp.org/v2/plays/381978/?format=api",
    "airdate": "2019-09-17T12:22:37-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/70b5602f-4c36-4149-9c63-5f8e73e4b0ae/10594138074-250.jpg",
    "thumbnail_uri": "",
    "song": "I Don’t Want to Let You Down",
    "track_id": "4fad23af-0d50-4c54-b47f-35521f11b12a",
    "recording_id": null,
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "I Don’t Want to Let You Down",
    "release_id": "70b5602f-4c36-4149-9c63-5f8e73e4b0ae",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2015-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Van Etten sang this wonderful song live on The Ellen Show in 2015:  https://www.youtube.com/watch?v=HYbd22eQtGo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}