Information about plays

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

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

{
    "id": 350057,
    "uri": "https://api.kexp.org/v2/plays/350057/?format=api",
    "airdate": "2019-07-04T14:12:35-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/99a6dfb7-bf86-4e0e-ac4f-3ecd12964e6b/22372807242-250.jpg",
    "thumbnail_uri": "",
    "song": "Disparate Youth",
    "track_id": "b904189d-070b-3d04-bcef-08bcc35ce669",
    "recording_id": null,
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "Master of My Make-Believe",
    "release_id": "99a6dfb7-bf86-4e0e-ac4f-3ecd12964e6b",
    "release_group_id": null,
    "labels": [
        "Warner Music Australia"
    ],
    "label_ids": [
        "d50eb1c1-20bd-46b2-a216-a26aac9b7130"
    ],
    "release_date": "2012-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}