Information about plays

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

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

{
    "id": 369637,
    "uri": "https://api.kexp.org/v2/plays/369637/?format=api",
    "airdate": "2019-08-19T23:02:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Instant Love (ft. Minnie Riperton)",
    "track_id": null,
    "recording_id": null,
    "artist": "Leon Ware",
    "artist_ids": [
        "9b1f8808-6bdd-4d36-b619-ec5c7e6d0d7d"
    ],
    "album": "Musical Massage",
    "release_id": "3515d9ad-e8c7-4688-9869-9dfa080c5dd6",
    "release_group_id": null,
    "labels": [
        "Expansion Records"
    ],
    "label_ids": [
        "e1411500-7a29-4722-95df-00ef829fcb2b"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}