Information about plays

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

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

{
    "id": 350994,
    "uri": "https://api.kexp.org/v2/plays/350994/?format=api",
    "airdate": "2019-07-06T20:40:45-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "http://coverartarchive.org/release/f9a610f2-a3c6-4fbf-ad0b-e7ec230a5f25/15079205542-250.jpg",
    "thumbnail_uri": "",
    "song": "Trouble Is",
    "track_id": "fb1ff146-828f-3d15-bc66-5301b4607c41",
    "recording_id": null,
    "artist": "Common Market",
    "artist_ids": [
        "c8b259a5-6acb-43e8-bb28-bc09e92eb22e"
    ],
    "album": "Black Patch War",
    "release_id": "f9a610f2-a3c6-4fbf-ad0b-e7ec230a5f25",
    "release_group_id": null,
    "labels": [
        "Massline Media"
    ],
    "label_ids": [
        "6c447fb2-1592-4143-a28b-299f5f715fb6"
    ],
    "release_date": "2008-05-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go check out Common Market here on live performances: https://www.youtube.com/watch?v=vMBI4w-7GYM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}