Information about plays

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

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

{
    "id": 345722,
    "uri": "https://api.kexp.org/v2/plays/345722/?format=api",
    "airdate": "2019-06-25T00:25:21-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Temblor",
    "track_id": "f92f645b-9e7e-40c5-b8cb-c1cfa43499fb",
    "recording_id": null,
    "artist": "Coliguacho",
    "artist_ids": [
        "bf817ae5-2240-4f71-b429-d66a842d1dd3"
    ],
    "album": "Coliguacho",
    "release_id": "fc05742e-250c-4513-9d38-cfd0182c22ed",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://hushhushrecords.bandcamp.com/album/coliguacho",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}