Information about plays

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

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

{
    "id": 381644,
    "uri": "https://api.kexp.org/v2/plays/381644/?format=api",
    "airdate": "2019-09-16T15:56:54-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "http://coverartarchive.org/release/810f5e2f-a43a-48b3-9b22-2c84a661849c/18297776143-250.jpg",
    "thumbnail_uri": "",
    "song": "Afrika",
    "track_id": "1c1c45bd-c985-49f3-9aec-2bcaf1896819",
    "recording_id": null,
    "artist": "Sotomayor",
    "artist_ids": [
        "f5f3fbf0-e6ad-4b12-99d6-cb59368b06ef"
    ],
    "album": "Conquistador",
    "release_id": "810f5e2f-a43a-48b3-9b22-2c84a661849c",
    "release_group_id": null,
    "labels": [
        "Infinite Best"
    ],
    "label_ids": [
        "aa54bf82-005d-46b6-a3dd-8cde999e32dc"
    ],
    "release_date": "2017-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electronic music duo consisting of siblings Raul and Paulina Sotomayor https://sotomayor.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}