Information about plays

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

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

{
    "id": 349699,
    "uri": "https://api.kexp.org/v2/plays/349699/?format=api",
    "airdate": "2019-07-03T17:49:00-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": "d41f3570-e2c7-4448-aa93-183dc8f2722f",
    "recording_id": null,
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Rage Against The Machine",
    "release_id": "f861096f-340b-46b5-806a-0d3354d8eb98",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After the band broke up in 2000, Tim Commerford,Tom Morello, and Brad Wilk went on to form Audioslave with Chris Cornell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}