Information about plays

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

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

{
    "id": 2680968,
    "uri": "https://api.kexp.org/v2/plays/2680968/?format=api",
    "airdate": "2020-01-01T21:03:59-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not A Day Goes By",
    "track_id": "c98df048-cddc-4ead-97e2-7372ebbc0557",
    "recording_id": null,
    "artist": "Stephanie Anne Johnson & The Hidogs",
    "artist_ids": [
        "ac899176-dd9f-4885-b07a-871b807a57d4"
    ],
    "album": "Take This Love",
    "release_id": "aab637a5-c783-428d-be58-2d18acdfca0b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Latest from this Seattle artist.  https://stephanieannejohnson.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}