Information about plays

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

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

{
    "id": 355481,
    "uri": "https://api.kexp.org/v2/plays/355481/?format=api",
    "airdate": "2019-07-17T05:45:16-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wisdom",
    "track_id": null,
    "recording_id": null,
    "artist": "The Golden Filter",
    "artist_ids": [],
    "album": "Autonomy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "4GN3S"
    ],
    "label_ids": [
        "1807298b-d0af-4c20-bbe0-41b231b70e07"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Look for the London duo of Penelope Trappes and Stephen Hindman's new one this Friday - https://thegoldenfilter.bandcamp.com/album/autonomy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}