Information about plays

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

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

{
    "id": 375652,
    "uri": "https://api.kexp.org/v2/plays/375652/?format=api",
    "airdate": "2019-09-02T15:10:01-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/a2ddb6ff-7bc9-472b-bedb-65eb4988c3a2/22790991427-250.jpg",
    "thumbnail_uri": "",
    "song": "The Other Side",
    "track_id": "04d63089-673c-4512-a55e-93d956d05f65",
    "recording_id": null,
    "artist": "Drab Majesty",
    "artist_ids": [
        "284befc2-ac10-47bd-8ac0-c6d2c961ca3f"
    ],
    "album": "Modern Mirror",
    "release_id": "a2ddb6ff-7bc9-472b-bedb-65eb4988c3a2",
    "release_group_id": null,
    "labels": [
        "Dais Records"
    ],
    "label_ids": [
        "ba3abcfa-1808-41d6-8b8b-9bb06c0f772e"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://drabmajesty.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}