Information about plays

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

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

{
    "id": 375321,
    "uri": "https://api.kexp.org/v2/plays/375321/?format=api",
    "airdate": "2019-09-01T17:27:45-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/73cb81a8-45f3-45c9-9910-d01022478003/13518693256-250.jpg",
    "thumbnail_uri": "",
    "song": "New York Is Killing Me",
    "track_id": "6195e0c5-132b-4bcc-a258-7cdddb127ae9",
    "recording_id": null,
    "artist": "Gil Scott-Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "I'm New Here",
    "release_id": "73cb81a8-45f3-45c9-9910-d01022478003",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}