Information about plays

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

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

{
    "id": 350813,
    "uri": "https://api.kexp.org/v2/plays/350813/?format=api",
    "airdate": "2019-07-06T10:20:01-07:00",
    "show": 5843,
    "show_uri": "https://api.kexp.org/v2/shows/5843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Rasta Praise",
    "track_id": "60ef433f-5d2d-39d5-ba4d-0b810231a007",
    "recording_id": null,
    "artist": "The Twinkle Brothers",
    "artist_ids": [
        "b36508f0-3ee0-40e7-beac-34a85d0143aa"
    ],
    "album": "Rasta Pon Top",
    "release_id": "3282aac2-de69-474c-a4fb-0714f9dd0428",
    "release_group_id": null,
    "labels": [
        "Grounation"
    ],
    "label_ids": [
        "5fb30bef-7996-421e-b44b-51828426f5e6"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}