Information about plays

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

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

{
    "id": 2679897,
    "uri": "https://api.kexp.org/v2/plays/2679897/?format=api",
    "airdate": "2019-12-30T08:58:32-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c45b0fb-a133-4a69-aeb9-fb2d1cf56e07/13574372596-250.jpg",
    "thumbnail_uri": "",
    "song": "Distortions",
    "track_id": "b760b62f-5fb5-3663-a84b-e2f89f26b752",
    "recording_id": null,
    "artist": "Clinic",
    "artist_ids": [
        "1ea2c08f-323c-4207-9af1-e2fb8588f08e"
    ],
    "album": "Internal Wrangler",
    "release_id": "6c45b0fb-a133-4a69-aeb9-fb2d1cf56e07",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2000-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}