Information about plays

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

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

{
    "id": 344844,
    "uri": "https://api.kexp.org/v2/plays/344844/?format=api",
    "airdate": "2019-06-22T20:20:44-07:00",
    "show": 5748,
    "show_uri": "https://api.kexp.org/v2/shows/5748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See Through You",
    "track_id": "d8264e69-6911-43eb-a579-6ccee4eda98e",
    "recording_id": null,
    "artist": "Zebra Hunt",
    "artist_ids": [
        "8ea1d1ff-bf1c-47df-8d4a-27954d662003"
    ],
    "album": "Trade Desire",
    "release_id": "96cbf0fa-d2e0-4dcc-b84a-c08a3b022651",
    "release_group_id": null,
    "labels": [
        "Jigsaw Records"
    ],
    "label_ids": [
        "046adcce-e449-4b97-afbe-876801d2890c"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}