Information about plays

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

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

{
    "id": 376534,
    "uri": "https://api.kexp.org/v2/plays/376534/?format=api",
    "airdate": "2019-09-04T13:10:34-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Ok",
    "track_id": "1feb16db-1580-45f7-9683-db4f90df3506",
    "recording_id": null,
    "artist": "Lea Porcelain",
    "artist_ids": [
        "5b83ee82-56ce-4302-b61b-724a10bedc52"
    ],
    "album": "I Am OK",
    "release_id": "49cd1afb-0cde-4edb-9abf-0fa0ccec4c9b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lea Porcelain said \"The song describes a time in everybody’s life that make you lose faith in yourself, in someone else, or in life itself and you just need to hear from someone that one day everything will be OK again. That no matter what, with time and patience we all will be OK.” Read the full KEXP article here: https://www.kexp.org/read/2019/4/5/lea-porcelain-reassure-us-new-single-i-am-ok-kexp-premiere/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}