Information about plays

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

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

{
    "id": 356768,
    "uri": "https://api.kexp.org/v2/plays/356768/?format=api",
    "airdate": "2019-07-20T05:12:35-07:00",
    "show": 5942,
    "show_uri": "https://api.kexp.org/v2/shows/5942/?format=api",
    "image_uri": "http://coverartarchive.org/release/90f0eef9-9d9d-4d16-b4c7-f5c623fa7977/23070198897-250.jpg",
    "thumbnail_uri": "",
    "song": "De Luna",
    "track_id": "1032e030-8496-4bb9-9bb5-5f96c202dc66",
    "recording_id": null,
    "artist": "iLe",
    "artist_ids": [
        "25e7697d-24cb-4cba-904e-a90b53cc3004"
    ],
    "album": "Almadura",
    "release_id": "90f0eef9-9d9d-4d16-b4c7-f5c623fa7977",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}