Information about plays

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

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

{
    "id": 357346,
    "uri": "https://api.kexp.org/v2/plays/357346/?format=api",
    "airdate": "2019-07-21T17:41:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Water",
    "track_id": "e477e9d3-3426-34b9-9f67-c90e42e24fd1",
    "recording_id": null,
    "artist": "Beat Connection",
    "artist_ids": [
        "a1fc7a42-4a51-45aa-bdec-b83d6924724b"
    ],
    "album": "Surf Noir",
    "release_id": "64fa9251-304f-3201-9f95-dc10853e4073",
    "release_group_id": null,
    "labels": [
        "Tender Age"
    ],
    "label_ids": [
        "6fc5a80f-4d63-405e-a372-ece433967fdc"
    ],
    "release_date": "2011-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}