Information about plays

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

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

{
    "id": 345410,
    "uri": "https://api.kexp.org/v2/plays/345410/?format=api",
    "airdate": "2019-06-24T04:22:10-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "http://coverartarchive.org/release/624a5f01-5adb-46b4-9a8b-49cc5290af49/23241435174-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing Natural",
    "track_id": "1e282854-9e2b-370d-ab60-df8fa79919b2",
    "recording_id": null,
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Nothing Natural",
    "release_id": "624a5f01-5adb-46b4-9a8b-49cc5290af49",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1991-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}