Information about plays

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

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

{
    "id": 355290,
    "uri": "https://api.kexp.org/v2/plays/355290/?format=api",
    "airdate": "2019-07-16T23:03:18-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}