Information about plays

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

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

{
    "id": 377780,
    "uri": "https://api.kexp.org/v2/plays/377780/?format=api",
    "airdate": "2019-09-07T02:25:00-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seattle",
    "track_id": "23bec769-6942-4ab1-999b-6d3bac5b27da",
    "recording_id": null,
    "artist": "Joy Postell",
    "artist_ids": [
        "b9ad5ad7-23b1-44d7-a148-900c6e00d6d4"
    ],
    "album": "Diaspora",
    "release_id": "50b24011-2165-4f96-9973-3d1ebeaa1fbb",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://joypostell.bandcamp.com/track/seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}