Information about plays

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

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

{
    "id": 369635,
    "uri": "https://api.kexp.org/v2/plays/369635/?format=api",
    "airdate": "2019-08-19T22:56:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can I Get U Hi?",
    "track_id": "d028f1f7-5076-3834-a58a-64ca2cc5d371",
    "recording_id": null,
    "artist": "Sa-Ra",
    "artist_ids": [
        "77c50d8d-3e58-4e38-9f7c-8a776f7d6741"
    ],
    "album": "Nuclear Evolution: The Age of Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2009-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}