Information about plays

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

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

{
    "id": 353534,
    "uri": "https://api.kexp.org/v2/plays/353534/?format=api",
    "airdate": "2019-07-12T16:20:25-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Committed to the Cause",
    "track_id": "c6c38f18-21cf-4d0c-885b-9a98067e5e02",
    "recording_id": null,
    "artist": "The Radio Dept.",
    "artist_ids": [
        "e664d1cd-23ab-48d5-b8fa-e98485daa5be"
    ],
    "album": "Running Out of Love",
    "release_id": "ebc837ff-ac62-4b60-afe1-69a71b047cdd",
    "release_group_id": null,
    "labels": [
        "Labrador"
    ],
    "label_ids": [
        "9c4f19be-ce66-44a6-8a19-9202c17361b5"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These guys were introduced to me on a mix-CD haha. Submit your mixtapes at kexp.org/mixtape",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}