Information about plays

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

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

{
    "id": 346943,
    "uri": "https://api.kexp.org/v2/plays/346943/?format=api",
    "airdate": "2019-06-27T11:44:09-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring It On",
    "track_id": "a9fb2dfb-79ed-35e7-ab55-15f728eb0f12",
    "recording_id": null,
    "artist": "Well",
    "artist_ids": [
        "35136a24-9b9a-43fe-a654-1930ca09eddd"
    ],
    "album": "The New Standard Biscuit",
    "release_id": "c14e3add-4ae2-4cdc-a791-748ea77bfa47",
    "release_group_id": null,
    "labels": [
        "Lunch Records"
    ],
    "label_ids": [
        "8f5068f9-6074-4188-b76b-2f86c5408bbd"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album \"The New Standard Biscuit\" was released in 2003 on record label \"Lunch Records.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}