Information about plays

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

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

{
    "id": 350010,
    "uri": "https://api.kexp.org/v2/plays/350010/?format=api",
    "airdate": "2019-07-04T11:22:42-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/0455cc23-9081-3ef1-b047-d2cd1cc797dd/11825906864-250.jpg",
    "thumbnail_uri": "",
    "song": "America",
    "track_id": "e8d46581-0f94-3294-af90-1200d0d93f8b",
    "recording_id": null,
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bookends",
    "release_id": "0455cc23-9081-3ef1-b047-d2cd1cc797dd",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2001-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}