Information about plays

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

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

{
    "id": 350146,
    "uri": "https://api.kexp.org/v2/plays/350146/?format=api",
    "airdate": "2019-07-04T19:03:45-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/9c0b8a36-cf83-4486-8381-729b414a9cda/10763685156-250.jpg",
    "thumbnail_uri": "",
    "song": "Point of No Return",
    "track_id": "dfaacbeb-24f0-35ec-bc23-78a5c25d7906",
    "recording_id": null,
    "artist": "Rex Hobart and The Misery Boys",
    "artist_ids": [
        "1e09403e-9e08-4c1e-a7d5-6f2197e5c44a"
    ],
    "album": "Forever Always Ends",
    "release_id": "9c0b8a36-cf83-4486-8381-729b414a9cda",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}