Information about plays

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

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

{
    "id": 368873,
    "uri": "https://api.kexp.org/v2/plays/368873/?format=api",
    "airdate": "2019-08-17T22:59:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Hard On the Street",
    "track_id": "401571d3-6c4c-4b97-9ae3-934de28be1e9",
    "recording_id": null,
    "artist": "Hank Wood and The Hammerheads",
    "artist_ids": [
        "532d589c-2ca9-48ec-ab5f-ec66744a84a7"
    ],
    "album": "Go Home",
    "release_id": "9b111eea-9b04-45e3-891b-07de46317f04",
    "release_group_id": null,
    "labels": [
        "Toxic State Records"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York City, NY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}