Information about plays

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

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

{
    "id": 357419,
    "uri": "https://api.kexp.org/v2/plays/357419/?format=api",
    "airdate": "2019-07-21T23:08:00-07:00",
    "show": 5959,
    "show_uri": "https://api.kexp.org/v2/shows/5959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Mountain",
    "track_id": null,
    "recording_id": null,
    "artist": "Klotho",
    "artist_ids": [],
    "album": "Arche",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Resonance Moscow"
    ],
    "label_ids": [
        "6418df4f-3e54-4458-ab4e-6a00f7bc8b49"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}