Information about plays

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

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

{
    "id": 346886,
    "uri": "https://api.kexp.org/v2/plays/346886/?format=api",
    "airdate": "2019-06-27T08:23:00-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Faith",
    "track_id": "9bd49864-55ff-328a-9551-bd2e0664a12f",
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Temporary People",
    "release_id": "06fee147-eecb-4bdb-9117-2edfe081ccba",
    "release_group_id": null,
    "labels": [
        "Lonely Astronaut Records"
    ],
    "label_ids": [],
    "release_date": "2008-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The seventh album from Joseph Arthur, released in 2008. He has said about this release, \"It's a true record, in that it works as a record, it works as a body of work [and] it tells a story: reaching into your soul to overcome your weaknesses and survive with hope... with a rock 'n' roll soundtrack.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}