Information about plays

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

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

{
    "id": 366039,
    "uri": "https://api.kexp.org/v2/plays/366039/?format=api",
    "airdate": "2019-08-11T15:17:17-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/781257d8-e039-4af8-9a65-e50fdc8fa7c7/20706655537-250.jpg",
    "thumbnail_uri": "",
    "song": "Four Years",
    "track_id": "975409fb-9884-4c20-adbc-49635894955a",
    "recording_id": null,
    "artist": "Cullen Omori",
    "artist_ids": [
        "0a6a3255-d45b-456b-836c-0e3519014129"
    ],
    "album": "The Diet",
    "release_id": "781257d8-e039-4af8-9a65-e50fdc8fa7c7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.subpop.com/artists/cullen_omori",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}