Information about plays

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

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

{
    "id": 347277,
    "uri": "https://api.kexp.org/v2/plays/347277/?format=api",
    "airdate": "2019-06-28T04:17:13-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man of the Year",
    "track_id": "b834a11f-b401-439d-aaf2-b447156771ca",
    "recording_id": null,
    "artist": "ScHoolboy Q",
    "artist_ids": [
        "bce6d667-cde8-485e-b078-c0a05adea36d"
    ],
    "album": "Oxymoron",
    "release_id": "fb0fb5ef-d253-4c75-9db5-9fc498caa3a8",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2014-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://schoolboyq.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}