Information about plays

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

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

{
    "id": 350556,
    "uri": "https://api.kexp.org/v2/plays/350556/?format=api",
    "airdate": "2019-07-05T18:52:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sad Sad City",
    "track_id": "ce567983-403b-3f2a-8413-66e9f45a573b",
    "recording_id": null,
    "artist": "Ghostland Observatory",
    "artist_ids": [
        "b0fa8b31-87cb-43ad-9f15-179725c1e3b6"
    ],
    "album": "Paparazzi Lightning",
    "release_id": "801b7262-a658-4bda-963f-d045e9ae85b5",
    "release_group_id": null,
    "labels": [
        "Trashy Moped"
    ],
    "label_ids": [
        "b7ec35bd-04d6-4927-abb3-8a15cf4f55b2"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin band. trashymoped.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}