Information about plays

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

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

{
    "id": 348558,
    "uri": "https://api.kexp.org/v2/plays/348558/?format=api",
    "airdate": "2019-07-01T08:24:29-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/2c65b78e-5abf-4824-b2c1-a548109ff6fb/6521611809-250.jpg",
    "thumbnail_uri": "",
    "song": "Sun in the Morning",
    "track_id": "156f2a9c-9ca3-4f04-aa04-7256f66de800",
    "recording_id": null,
    "artist": "Future Islands",
    "artist_ids": [
        "74963434-dcb6-4b14-98cc-99873b06db66"
    ],
    "album": "Singles",
    "release_id": "2c65b78e-5abf-4824-b2c1-a548109ff6fb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2014-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}