Information about plays

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

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

{
    "id": 451380,
    "uri": "https://api.kexp.org/v2/plays/451380/?format=api",
    "airdate": "2001-08-02T09:28:14-07:00",
    "show": 7633,
    "show_uri": "https://api.kexp.org/v2/shows/7633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God",
    "track_id": "679a54d2-2856-4ede-9734-b2e0cc135b03",
    "recording_id": null,
    "artist": "Lazycame",
    "artist_ids": [
        "8ec66aec-8ec9-46f3-9db1-f889852594a4"
    ],
    "album": "Finbegin",
    "release_id": "f6ba0404-ccbd-4a71-b8cc-18f1feb0ae22",
    "release_group_id": null,
    "labels": [
        "Hall of Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}