Information about plays

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

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

{
    "id": 346427,
    "uri": "https://api.kexp.org/v2/plays/346427/?format=api",
    "airdate": "2019-06-26T10:36:04-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "http://coverartarchive.org/release/454c3ade-1679-481a-a794-79081ba330d1/22822457876-250.jpg",
    "thumbnail_uri": "",
    "song": "Life in the City",
    "track_id": "396c3c0d-bc10-4705-937b-6b6cc963857e",
    "recording_id": null,
    "artist": "The Lumineers",
    "artist_ids": [
        "bfcb6630-9b31-4e63-b11f-7b0363be72b5"
    ],
    "album": "III",
    "release_id": "454c3ade-1679-481a-a794-79081ba330d1",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}