Information about plays

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

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

{
    "id": 352013,
    "uri": "https://api.kexp.org/v2/plays/352013/?format=api",
    "airdate": "2019-07-09T07:26:14-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a222ad6-2d4d-3d33-a64c-04bffc60f089/8699546424-250.jpg",
    "thumbnail_uri": "",
    "song": "Goodbye Girl",
    "track_id": "14d5745a-1acd-3a0c-8afd-67bd0ce54fb5",
    "recording_id": null,
    "artist": "Squeeze",
    "artist_ids": [
        "0509a681-a362-4800-9075-656041dccdbd"
    ],
    "album": "Singles: 45’s and Under",
    "release_id": "6a222ad6-2d4d-3d33-a64c-04bffc60f089",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}