Information about plays

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

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

{
    "id": 357367,
    "uri": "https://api.kexp.org/v2/plays/357367/?format=api",
    "airdate": "2019-07-21T19:15:00-07:00",
    "show": 5958,
    "show_uri": "https://api.kexp.org/v2/shows/5958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lose My Fuse",
    "track_id": "900c9e33-c10d-476e-b7e0-9d517431199b",
    "recording_id": null,
    "artist": "Muhsinah",
    "artist_ids": [
        "1e73a4c6-4e90-49ff-9cdd-f53f74ccca97"
    ],
    "album": "Always",
    "release_id": "7db9875b-7823-4903-9571-032dcc7f4ddc",
    "release_group_id": null,
    "labels": [
        "All City Records"
    ],
    "label_ids": [
        "c7be7739-b9e1-4dc5-9f22-2856f8820edc"
    ],
    "release_date": "2010-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}