Information about plays

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

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

{
    "id": 357342,
    "uri": "https://api.kexp.org/v2/plays/357342/?format=api",
    "airdate": "2019-07-21T17:27:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hang You From the Heavens",
    "track_id": "aff08633-3efd-3c14-8e56-d6bc20e5b495",
    "recording_id": null,
    "artist": "The Dead Weather",
    "artist_ids": [
        "334bd887-9044-4c38-aebd-4baab851efb4"
    ],
    "album": "Horehound",
    "release_id": "6f4983e4-ae3b-47f0-b723-9d4750470943",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2009-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}