Information about plays

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

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

{
    "id": 343077,
    "uri": "https://api.kexp.org/v2/plays/343077/?format=api",
    "airdate": "2019-06-18T17:57:14-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "http://coverartarchive.org/release/1e083c71-1e90-4d2d-81e2-8676b4c38096/19913056980-250.jpg",
    "thumbnail_uri": "",
    "song": "SGL",
    "track_id": "b6b8c1c6-9134-4f38-b8c9-c9d438c49c48",
    "recording_id": null,
    "artist": "Now, Now",
    "artist_ids": [
        "e3c24e1c-1e43-403b-8407-90c8c4107098"
    ],
    "album": "Saved",
    "release_id": "1e083c71-1e90-4d2d-81e2-8676b4c38096",
    "release_group_id": null,
    "labels": [
        "Trans Records"
    ],
    "label_ids": [
        "d35da0bc-91df-4fee-81c1-f18b0f3a18da"
    ],
    "release_date": "2018-05-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}