Information about plays

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

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

{
    "id": 354655,
    "uri": "https://api.kexp.org/v2/plays/354655/?format=api",
    "airdate": "2019-07-15T10:55:39-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "http://coverartarchive.org/release/303b6f7a-9eb0-4cad-8ca0-ab6ee74e9dd6/22159451971-250.jpg",
    "thumbnail_uri": "",
    "song": "Revolution Lover",
    "track_id": "522579b9-5c0a-44c6-b973-3af731b4e712",
    "recording_id": null,
    "artist": "Left at London",
    "artist_ids": [
        "3944b36f-0ec2-4972-bab4-c45477b7b8f1"
    ],
    "album": "Transgender Street Legend, Vol. 1",
    "release_id": "303b6f7a-9eb0-4cad-8ca0-ab6ee74e9dd6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}