Information about plays

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

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

{
    "id": 346445,
    "uri": "https://api.kexp.org/v2/plays/346445/?format=api",
    "airdate": "2019-06-26T11:38:59-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Learn to Cry",
    "track_id": "09ce04ba-83a1-41f4-8bd0-f2a3d8aaa884",
    "recording_id": null,
    "artist": "The Rogers Sisters",
    "artist_ids": [
        "d8a137b2-7958-4d64-9192-95fe4af8a8e4"
    ],
    "album": "The Invisible Deck",
    "release_id": "9bac9b49-77ae-4209-a0d0-dd7751810e98",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}