Information about plays

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

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

{
    "id": 377467,
    "uri": "https://api.kexp.org/v2/plays/377467/?format=api",
    "airdate": "2019-09-06T12:40:48-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8f73bc2-4aa8-4465-8fb1-1fdc2173f072/2098679790-250.jpg",
    "thumbnail_uri": "",
    "song": "Love More",
    "track_id": "9c7b2e92-54d1-3d72-9e7d-6691624164da",
    "recording_id": null,
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Epic",
    "release_id": "a8f73bc2-4aa8-4465-8fb1-1fdc2173f072",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2010-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Van Etten plays the Gorge Amphitheater tonight with Bon Iver.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}