Information about plays

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

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

{
    "id": 353418,
    "uri": "https://api.kexp.org/v2/plays/353418/?format=api",
    "airdate": "2019-07-12T09:42:14-07:00",
    "show": 5887,
    "show_uri": "https://api.kexp.org/v2/shows/5887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "60 Feet Tall",
    "track_id": "b7c756ec-c4c4-3274-a60b-27bd855ba616",
    "recording_id": null,
    "artist": "The Dead Weather",
    "artist_ids": [
        "334bd887-9044-4c38-aebd-4baab851efb4"
    ],
    "album": "Horehound",
    "release_id": "2bad6b8d-35c9-36f8-a7b9-34d5699926cb",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2009-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack White Jack White Jack White",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}