Information about plays

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

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

{
    "id": 347376,
    "uri": "https://api.kexp.org/v2/plays/347376/?format=api",
    "airdate": "2019-06-28T10:06:15-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/4ef8a1cf-8a9b-44f4-acf1-ffaabb313cc4/20231664438-250.jpg",
    "thumbnail_uri": "",
    "song": "Chloroform",
    "track_id": "2653bd88-8885-4b1f-aa70-ca49df648035",
    "recording_id": null,
    "artist": "Phoenix",
    "artist_ids": [
        "8d455809-96b3-4bb6-8829-ea4beb580d35"
    ],
    "album": "Bankrupt!",
    "release_id": "4ef8a1cf-8a9b-44f4-acf1-ffaabb313cc4",
    "release_group_id": null,
    "labels": [
        "Loyauté"
    ],
    "label_ids": [
        "bfaeba98-a2df-40a8-a695-2e72d40c6064"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}