Information about plays

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

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

{
    "id": 357352,
    "uri": "https://api.kexp.org/v2/plays/357352/?format=api",
    "airdate": "2019-07-21T18:13:00-07:00",
    "show": 5958,
    "show_uri": "https://api.kexp.org/v2/shows/5958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dukey Stick",
    "track_id": "e6b190ca-1724-3b66-9018-92736f5780b9",
    "recording_id": null,
    "artist": "George Duke",
    "artist_ids": [
        "fd180bc2-7b01-4b07-9597-451e7383f1b4"
    ],
    "album": "Don't Let Go",
    "release_id": "cc8a57c3-39e8-30f6-9c21-ddcb91dcb557",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}