Information about plays

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

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

{
    "id": 356194,
    "uri": "https://api.kexp.org/v2/plays/356194/?format=api",
    "airdate": "2019-07-18T20:55:56-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "http://coverartarchive.org/release/334c9a9e-ae40-4563-8156-d2e012b2b096/21019403672-250.jpg",
    "thumbnail_uri": "",
    "song": "Frankie's Gun!",
    "track_id": "cd603041-5290-36e0-99d3-2009e0921442",
    "recording_id": null,
    "artist": "The Felice Brothers",
    "artist_ids": [
        "13804e64-201a-42f0-80b0-510c457c840b"
    ],
    "album": "The Felice Brothers",
    "release_id": "334c9a9e-ae40-4563-8156-d2e012b2b096",
    "release_group_id": null,
    "labels": [
        "Team Love"
    ],
    "label_ids": [
        "37fc66aa-ae91-42fa-9a7f-0c02b606c136"
    ],
    "release_date": "2008-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}