Information about plays

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

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

{
    "id": 376319,
    "uri": "https://api.kexp.org/v2/plays/376319/?format=api",
    "airdate": "2019-09-04T00:39:23-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "http://coverartarchive.org/release/313a9852-1ee1-47fe-8675-f9b4d37425a3/23353786705-250.jpg",
    "thumbnail_uri": "",
    "song": "In the Garden",
    "track_id": "0b3a718b-6e2a-47c3-ad3d-ca29bea90550",
    "recording_id": null,
    "artist": "Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "Obverse",
    "release_id": "313a9852-1ee1-47fe-8675-f9b4d37425a3",
    "release_group_id": null,
    "labels": [
        "HFN Music"
    ],
    "label_ids": [
        "01e27ccc-7553-458d-913a-26b4542e62f1"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}