Information about plays

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

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

{
    "id": 343593,
    "uri": "https://api.kexp.org/v2/plays/343593/?format=api",
    "airdate": "2019-06-19T17:39:14-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/79b014a5-a144-4c38-b03a-5f5edd0c5352/7947234264-250.jpg",
    "thumbnail_uri": "",
    "song": "Call to Love",
    "track_id": "70059ba4-86c7-321b-a3cf-d6ccb715cec5",
    "recording_id": null,
    "artist": "Crooked Fingers",
    "artist_ids": [
        "d935bec6-cab7-46cc-bf8b-ca089563b985"
    ],
    "album": "Dignity and Shame",
    "release_id": "79b014a5-a144-4c38-b03a-5f5edd0c5352",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2005-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another project from Archers of Loaf front man Eric Bachmann.  http://www.ericbachmann.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}