Information about plays

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

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

{
    "id": 376399,
    "uri": "https://api.kexp.org/v2/plays/376399/?format=api",
    "airdate": "2019-09-04T05:20:17-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b30f9c0-d4e1-4c05-a8b1-f53f89ae3a8e/21104866575-250.jpg",
    "thumbnail_uri": "",
    "song": "Dove",
    "track_id": "3acbbdc8-ad61-49e0-9a44-57e4106c9aa9",
    "recording_id": null,
    "artist": "Lala Lala",
    "artist_ids": [
        "d8e66d18-35e5-4e00-964f-5e8218e5870b"
    ],
    "album": "The Lamb",
    "release_id": "6b30f9c0-d4e1-4c05-a8b1-f53f89ae3a8e",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}