Information about plays

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

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

{
    "id": 344652,
    "uri": "https://api.kexp.org/v2/plays/344652/?format=api",
    "airdate": "2019-06-22T09:15:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your House",
    "track_id": "6159c4f4-9185-3aca-a036-665fd45e3427",
    "recording_id": null,
    "artist": "Steel Pulse",
    "artist_ids": [
        "37367b2f-69e4-4df2-9e64-75ca6204764b"
    ],
    "album": "True Democracy",
    "release_id": "610a5235-dd95-4098-8b2d-6d40e7fb817a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steel Pulse LIVE Saturday July 27 at Reggae on the Way, Tacoma, WA https://www.eventbrite.com/e/reggae-on-the-way-2019-w-the-green-steel-pulse-unified-highway-and-more-tickets-61955983013",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}