Information about plays

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

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

{
    "id": 346714,
    "uri": "https://api.kexp.org/v2/plays/346714/?format=api",
    "airdate": "2019-06-26T22:40:00-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tax Dollar",
    "track_id": "ec26bef0-61bd-30e0-bece-e781359d038f",
    "recording_id": null,
    "artist": "Erase Errata",
    "artist_ids": [
        "f2aa3d25-8237-483b-ae41-bf15e5e348bd"
    ],
    "album": "Night Life",
    "release_id": "eb524085-b186-487c-902d-c8a67bd580f4",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}