Information about plays

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

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

{
    "id": 376860,
    "uri": "https://api.kexp.org/v2/plays/376860/?format=api",
    "airdate": "2019-09-05T04:12:28-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c87718d-57f8-4382-ac20-77cc56d5bacf/23575574434-250.jpg",
    "thumbnail_uri": "",
    "song": "iMi",
    "track_id": "1e750dea-1ece-4d35-9d13-3592e6351435",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "i,i",
    "release_id": "8c87718d-57f8-4382-ac20-77cc56d5bacf",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing FRIDAY at the Gorge Amphitheatre with Sharon Van Etten!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}