Information about plays

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

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

{
    "id": 350103,
    "uri": "https://api.kexp.org/v2/plays/350103/?format=api",
    "airdate": "2019-07-04T16:46:12-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/2986823b-d20f-4ca0-9ed3-4d7196b9ca19/13050275559-250.jpg",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": "1f3b3462-ef75-3b52-854f-fc7c9262b7ab",
    "recording_id": null,
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Power in Numbers",
    "release_id": "2986823b-d20f-4ca0-9ed3-4d7196b9ca19",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}