Information about plays

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

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

{
    "id": 380701,
    "uri": "https://api.kexp.org/v2/plays/380701/?format=api",
    "airdate": "2019-09-14T06:45:45-07:00",
    "show": 6335,
    "show_uri": "https://api.kexp.org/v2/shows/6335/?format=api",
    "image_uri": "http://coverartarchive.org/release/c16a26e1-cc0f-4c43-8258-5199255776ee/23547892267-250.jpg",
    "thumbnail_uri": "",
    "song": "HER Love",
    "track_id": "3e461d39-a21f-4733-9d83-0fdbd3419304",
    "recording_id": null,
    "artist": "Common feat. Daniel Caesar",
    "artist_ids": [
        "b46e298d-d3a5-4695-a03e-63e8c523b23e"
    ],
    "album": "Let Love",
    "release_id": "c16a26e1-cc0f-4c43-8258-5199255776ee",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}