Information about plays

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

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

{
    "id": 349997,
    "uri": "https://api.kexp.org/v2/plays/349997/?format=api",
    "airdate": "2019-07-04T10:38:20-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/39d2c633-6913-4a46-96bb-5b2400082483/11913894372-250.jpg",
    "thumbnail_uri": "",
    "song": "Quiet Americans",
    "track_id": "a6888c6e-1bdc-4788-91c8-7ca13af940ab",
    "recording_id": null,
    "artist": "Shearwater",
    "artist_ids": [
        "9df31471-e54e-43ba-bbe8-38fd94c63dbb"
    ],
    "album": "Jet Plane and Oxbow",
    "release_id": "39d2c633-6913-4a46-96bb-5b2400082483",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}