Information about plays

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

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

{
    "id": 349941,
    "uri": "https://api.kexp.org/v2/plays/349941/?format=api",
    "airdate": "2019-07-04T07:10:12-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/d03210f1-cb1a-468f-b64d-38f3d4ec0cb7/9474008642-250.jpg",
    "thumbnail_uri": "",
    "song": "Went to War",
    "track_id": "eea2647a-ab92-43fe-b5ff-8901b9b1b40e",
    "recording_id": null,
    "artist": "Amason",
    "artist_ids": [
        "eb0cda33-0390-4e3f-9c5e-5d5356da6a9c"
    ],
    "album": "Sky City",
    "release_id": "d03210f1-cb1a-468f-b64d-38f3d4ec0cb7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The only full-length album released so far from this Swedish group that features members of Miike Snow, Dungen, Little Majorette, and Hajen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}