Information about plays

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

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

{
    "id": 353592,
    "uri": "https://api.kexp.org/v2/plays/353592/?format=api",
    "airdate": "2019-07-12T19:58:08-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "http://coverartarchive.org/release/e7a685cb-197b-4407-9310-239ee24f0e76/15104850426-250.jpg",
    "thumbnail_uri": "",
    "song": "Secrets",
    "track_id": "ec98340b-13af-400e-a998-06977db10efe",
    "recording_id": null,
    "artist": "The Weeknd",
    "artist_ids": [
        "c8b03190-306c-4120-bb0b-6f2ebfc06ea9"
    ],
    "album": "Starboy",
    "release_id": "e7a685cb-197b-4407-9310-239ee24f0e76",
    "release_group_id": null,
    "labels": [
        "XO"
    ],
    "label_ids": [
        "6b3c36b0-2c44-4f6b-b490-d4c69fa2b80f"
    ],
    "release_date": "2016-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.theweeknd.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}