Information about plays

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

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

{
    "id": 344587,
    "uri": "https://api.kexp.org/v2/plays/344587/?format=api",
    "airdate": "2019-06-22T03:34:24-07:00",
    "show": 5742,
    "show_uri": "https://api.kexp.org/v2/shows/5742/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Like Chocolate",
    "track_id": "9ef4a1c7-5d37-4ffa-8cdc-3ca22c50befd",
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Sweet Like Chocolate / Dub Like Chocolate",
    "release_id": "2d90c0fa-e8e3-4202-a89f-3e226cf1d2cd",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2018-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}