Information about plays

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

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

{
    "id": 345930,
    "uri": "https://api.kexp.org/v2/plays/345930/?format=api",
    "airdate": "2019-06-25T11:08:28-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manic Candid Episode",
    "track_id": "beb3deea-27e7-4482-8c6f-937f03d2b7bc",
    "recording_id": null,
    "artist": "The Murlocs",
    "artist_ids": [
        "721b292e-721d-49c0-ba26-99fdc54e77e1"
    ],
    "album": "Manic Candid Episode",
    "release_id": "90ef2057-e262-4c93-baca-861022728cd8",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Waters selected this song by The Murlocs for this week's Music That Matters podcast.:  https://www.kexp.org/podcasts/music-matters/2019/6/21/music-matters-vol-674-colors/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}