Information about plays

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

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

{
    "id": 349765,
    "uri": "https://api.kexp.org/v2/plays/349765/?format=api",
    "airdate": "2019-07-03T22:03:16-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anything",
    "track_id": "187019bd-2661-4f32-8961-9f21c1284a70",
    "recording_id": null,
    "artist": "Chuck Cleaver",
    "artist_ids": [
        "a3c4fba6-9fe2-406c-8831-6dd72819cbfa"
    ],
    "album": "Send Aid",
    "release_id": "9d0968ab-b9eb-4d95-b2cf-4bb240ca2289",
    "release_group_id": null,
    "labels": [
        "Shake It! Records"
    ],
    "label_ids": [
        "e1e12b79-21ab-403e-bea0-8a81dbf5ed42"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Chuck Cleaver (Wussy, Ass Ponys)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}