Information about plays

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

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

{
    "id": 356173,
    "uri": "https://api.kexp.org/v2/plays/356173/?format=api",
    "airdate": "2019-07-18T19:56:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eddie and Polly",
    "track_id": "fc066bfb-7eae-4897-9f6d-2353c952172a",
    "recording_id": null,
    "artist": "The Delines",
    "artist_ids": [
        "34bea29b-1e73-4efb-969e-61aba04798eb"
    ],
    "album": "The Imperial",
    "release_id": "a8c263d1-7aa5-4781-bf97-2f8150168788",
    "release_group_id": null,
    "labels": [
        "El Cortez Records"
    ],
    "label_ids": [
        "6df270e5-d30a-4e11-94bb-2f222273046b"
    ],
    "release_date": "2019-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}