Information about plays

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

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

{
    "id": 346454,
    "uri": "https://api.kexp.org/v2/plays/346454/?format=api",
    "airdate": "2019-06-26T12:12:25-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "http://coverartarchive.org/release/2be4d6ea-00de-4a46-9f7d-ad34979c89ea/12546161188-250.jpg",
    "thumbnail_uri": "",
    "song": "Cathy With The Curly Hair",
    "track_id": "a39b966f-4f02-4a0c-b21f-0e8435ee1a4a",
    "recording_id": null,
    "artist": "Eleanor Friedberger",
    "artist_ids": [
        "2e59778a-9a50-44f7-98f8-97bb719b86f1"
    ],
    "album": "New View",
    "release_id": "2be4d6ea-00de-4a46-9f7d-ad34979c89ea",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "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"
}