Information about plays

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

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

{
    "id": 350457,
    "uri": "https://api.kexp.org/v2/plays/350457/?format=api",
    "airdate": "2019-07-05T13:10:43-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/db4903ee-b308-4473-b597-eb97c6d4cca1/8490993525-250.jpg",
    "thumbnail_uri": "",
    "song": "Tall Man Skinny Lady",
    "track_id": "6aaed352-b1f8-4eb0-927b-348eda0d2c1c",
    "recording_id": null,
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Manipulator",
    "release_id": "db4903ee-b308-4473-b597-eb97c6d4cca1",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}