Information about plays

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

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

{
    "id": 352104,
    "uri": "https://api.kexp.org/v2/plays/352104/?format=api",
    "airdate": "2019-07-09T12:36:21-07:00",
    "show": 5868,
    "show_uri": "https://api.kexp.org/v2/shows/5868/?format=api",
    "image_uri": "http://coverartarchive.org/release/278bfd76-9fef-336d-a84a-12787fda5b17/8042795469-250.jpg",
    "thumbnail_uri": "",
    "song": "King of the Beach",
    "track_id": "1e9840a6-528e-3713-98ad-6719a2fa3f18",
    "recording_id": null,
    "artist": "Wavves",
    "artist_ids": [
        "763cf642-45ad-42ed-a1c3-e977eaa3b260"
    ],
    "album": "King of the Beach",
    "release_id": "278bfd76-9fef-336d-a84a-12787fda5b17",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2010-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}