Information about plays

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

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

{
    "id": 380574,
    "uri": "https://api.kexp.org/v2/plays/380574/?format=api",
    "airdate": "2019-09-13T22:55:24-07:00",
    "show": 6333,
    "show_uri": "https://api.kexp.org/v2/shows/6333/?format=api",
    "image_uri": "http://coverartarchive.org/release/fd66da17-c84b-4751-a4c6-e25689663d2b/3946394925-250.jpg",
    "thumbnail_uri": "",
    "song": "Spacefruit",
    "track_id": "29838b68-b3f5-316e-8a2d-f87387fa62f5",
    "recording_id": null,
    "artist": "Sa-Ra",
    "artist_ids": [
        "77c50d8d-3e58-4e38-9f7c-8a776f7d6741"
    ],
    "album": "Nuclear Evolution: The Age of Love",
    "release_id": "fd66da17-c84b-4751-a4c6-e25689663d2b",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2009-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}