Information about plays

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

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

{
    "id": 353914,
    "uri": "https://api.kexp.org/v2/plays/353914/?format=api",
    "airdate": "2019-07-13T15:59:10-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Conditioning",
    "track_id": "22584e77-e90a-3f7f-92d4-2bb9a5d5a06f",
    "recording_id": null,
    "artist": "Cadence Weapon",
    "artist_ids": [
        "9abfb2cd-7a7f-444a-b1db-7e5dd1def050"
    ],
    "album": "Hope in Dirt City",
    "release_id": "db4df098-b64f-4b85-a8aa-beb6e5fd78d1",
    "release_group_id": null,
    "labels": [
        "Upper Class Recordings"
    ],
    "label_ids": [
        "fcf5c01a-fa1e-4628-a975-a8c278204589"
    ],
    "release_date": "2012-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roland \"Rollie\" Pemberton, better known by his stage name Cadence Weapon, hails from Edmonton, Alberta.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}