Information about plays

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

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

{
    "id": 348485,
    "uri": "https://api.kexp.org/v2/plays/348485/?format=api",
    "airdate": "2019-07-01T04:11:56-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "http://coverartarchive.org/release/3fa36749-79ac-49b3-9bfb-eaac2f9162de/2806576212-250.jpg",
    "thumbnail_uri": "",
    "song": "Marrow",
    "track_id": "e2065706-120b-363b-a3ed-a2ec3d491516",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Actor",
    "release_id": "3fa36749-79ac-49b3-9bfb-eaac2f9162de",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2009-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}